-
Bug
-
Resolution: Done
-
Major
-
7.0.6.GA
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()
- incorporates
-
UNDERTOW-1132 [GSS] Filter.doFilter() is executed before Servlet.init() in Undertow while JBoss Web is the opposite
- Resolved
- is incorporated by
-
WFCORE-3394 Upgrade Undertow from 1.4.18 to 1.4.21.Final
- Resolved
-
JBEAP-12932 Upgrade WildFly Core to 4.0.1.Final
- Closed
- links to