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: dev@tomcat.apache.org
        ReportedBy: rmannibu...@gmail.com
    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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to