https://issues.apache.org/bugzilla/show_bug.cgi?id=49812

           Summary: Order of context listeners in web.xml is not preserved
           Product: Tomcat 6
           Version: 6.0.29
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: skarzhevs...@gmail.com


We 3 context listens for app initialization.

web.xml fragment

   <listener>
        <listener-class>com.GwtAppConfiguratorContextListener</listener-class>
    </listener>

    <listener>
        <listener-class>com.SessionCounter</listener-class>
    </listener>

    <listener>
        <listener-class>com.AppStartedContextListener</listener-class>
    </listener>

The order in Tomcat 6.0.20 is preserver.
In newer versions it is broken.

I tested with v6.0.26 and v6.0.29

-- 
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