Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.12-core
-
None
-
None
Description
The current Key object used by the FileSystemStyleCache doesn't correctly cache entries across requests because of two separate bugs
1) The patch to JIRA-1520 broke Key.equals() so that everything other than identity comparison fails
2) AccessibilityProfile doesn't override .equals() so comparisons between different instances of equivalent profiles fail