-
Bug
-
Resolution: Done
-
Major
-
7.2.1.CR2
-
-
-
-
-
-
+
-
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}
- clones
-
UNDERTOW-1567 Redirect to absolute URL with special characters broken
- Resolved
- is caused by
-
UNDERTOW-1308 Incorrect handling of non http(s) scheme urls in sendRedirect
- Resolved
- is incorporated by
-
JBEAP-17277 [GSS](7.2.z) Upgrade Undertow from 2.0.22 to 2.0.25.SP1
- Closed