Issue with the Key used in FileSystemStyleCache
-----------------------------------------------
Key: TRINIDAD-1116
URL: https://issues.apache.org/jira/browse/TRINIDAD-1116
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.8-core
Reporter: Stevan Malesevic
IN the Trinidad 1.2.8 Key object from
org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache.Key got
changed to have version as a string rather then int. This broke the equals
method where the comparison is doen with "!=" and it should now be string
equals like :
!_version.equals(key._version)
This issue has a big side affect that entries in the cache are created multiple
time
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.