https://issues.apache.org/bugzilla/show_bug.cgi?id=52321
Bug #: 52321
Summary: coda/prelude order not respected
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
WebXml
(http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java)
and in ApplicationJspConfigDescriptor
(http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationJspConfigDescriptor.java)
jspPropertyGroups are HashSet but this kind of set doesn't preserve the order
in which elements are added. However it should be guaranteed to be spec
compliant.
Using a LinkedHashSet instead of the HashSet fixes this issues.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]