-
Bug
-
Resolution: Done
-
Major
-
2.0.21.Final
-
-
Workaround Exists
-
After upgrading to EAP 7.2, redirects to absolute URLs are broken if containing special characters (such as #, {, }). This did not occur with EAP 6 or EAP 7.1 and earlier. But with 7.2, a redirect call like this:
response.sendRedirect("http://test.com/foobar?test={abc}");
A bad redirect location is returned like so:
Location: http://localhost:8080/app/http:/test.com/foobar?test={abc}
- is caused by
-
UNDERTOW-1308 Incorrect handling of non http(s) scheme urls in sendRedirect
- Resolved
- is cloned by
-
JBEAP-16826 [GSS](7.2.z) UNDERTOW-1567 - Redirect to absolute URL with special characters broken
- Closed
- is incorporated by
-
WFCORE-4552 Upgrade Undertow to 2.0.24.Final
- Closed