-
Bug
-
Resolution: Done
-
Major
-
1.0.15.Final
-
None
Noticed this happening in two cases.
- Servlet request forward (javax.servlet.DispatcherType.FORWARD).
- Servlet error handling (javax.servlet.DispatcherType.ERROR).
In both cases %r and %U result in a rewritten URL being written to access log, not the original. This was not the case in JBoss Web at least for forwarding (didn't use servlet error handling then). The rewritten URL could be useful too, but it should be available as a separate token.
Didn't test javax.servlet.DispatcherType.INCLUDE.
- is related to
-
UNDERTOW-1788 %r and %U in access log still output forwarded URL if forwarded URL is then dispatched to error page
- Resolved
-
JBEAP-20236 [GSS](7.3.z) UNDERTOW-1788 - %r and %U in access log still output forwarded URL if forwarded URL is then dispatched to error page
- Closed