%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.
- clones
-
UNDERTOW-1788 %r and %U in access log still output forwarded URL if forwarded URL is then dispatched to error page
- Resolved
- is incorporated by
-
JBEAP-20089 [GSS] (7.3.z) Upgrade undertow from 2.0.31.SP1-redhat-00001 to 2.0.32.SP1-redhat
- Closed
- relates to
-
UNDERTOW-327 %r and %U in access log output forwarded URL
- Resolved