-
Bug
-
Resolution: Done
-
Major
-
2.1.4.Final
-
None
%r and %U in the access log still output the forwarded URL if the forwarded URL is then dispatched to error page. This flow results in RequestDispatcher.FORWARD_REQUEST_URI containing the original URI and RequestDispatcher.ERROR_REQUEST_URI containing the forwarded URI that hit the error. ServletRequestURLAttribute prefers returning the ERROR_REQUEST_URI first to cause that so it should return the FORWARD_REQUEST_URI first instead.
- is cloned by
-
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
- relates to
-
UNDERTOW-327 %r and %U in access log output forwarded URL
- Resolved