
| Key: |
DISPL-238
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Reporter: |
Anonymous
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
2 minutes
|
|
|
Remaining Estimate:
|
2 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Application server: |
websphere 5.1 and websphere 5.0.2
|
|
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).
|
|
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). |
Show » |
Sort Order:
|
... so what's the point? Am I missing something?