Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Application server:websphere 5.1 and websphere 5.0.2
Description
org.displaytag.util.MultipleHtmlAttribue use an HashSet to store the elements of css class namùe composition. But HashSet is not order safe and the same application deployed on a websphere 5.0.2 and websphere 5.1 does not have the same name at the result.
To resolve this bug you have to replace the HashSet use by a LinkedHashSet (import and line 58).
I may not create a patch since i does not have the rights tools at my office. Therefore i attach you the replacement class (with only the two modification).
To resolve this bug you have to replace the HashSet use by a LinkedHashSet (import and line 58).
I may not create a patch since i does not have the rights tools at my office. Therefore i attach you the replacement class (with only the two modification).
... so what's the point? Am I missing something?