-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
This is a blocker of upgrading. In JBoss Web (EAP 6 actually), the code is executed in the following order at the first request.
- Filter.init()
- Servet.init()
- Filter.doFilter()
- Servlet.service()
While on Undertow (EAP 7.0.6, WildFly 10.1.0.Final and 11.0.0.Alpha1) the order is as follows.
- Filter.init()
- Filter.doFilter()
- Servet.init()
- Servlet.service()
- is cloned by
-
JBEAP-12678 [GSS](7.1.z) UNDERTOW-1132 - Filter.doFilter() is executed before Servlet.init() in Undertow while JBoss Web is the opposite
- Closed
- is incorporated by
-
JBEAP-11817 [GSS] Filter.doFilter() is executed before Servlet.init() in Undertow while JBoss Web is the opposite
- Closed