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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]