[
https://issues.apache.org/jira/browse/TRINIDAD-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605089#action_12605089
]
Matthias Weßendorf commented on TRINIDAD-1116:
----------------------------------------------
reason was TRINIDAD-799
> 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
> Assignee: Matthias Weßendorf
> Fix For: 1.0.9-core, 1.2.9-core
>
>
> 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.