-
Bug
-
Resolution: Done
-
Major
-
2.1.0.Final
-
None
When using path parameters in the URL there are some cases that finishes in a wrong URI or Path set:
- /path/somepath;p1/more => Incorrectly assigns HostIncludedInRequestURI and then getRedirectURI strips the first path.
- /some;p1=v1/path;p1=v2/more?q1=v3 => Incorrectly returns the path params in the request Path.
This issue was introduced by UNDERTOW-1464.
- causes
-
JBEAP-19546 [GSS] (7.2.z) UNDERTOW-1719 - getRequestURI returning a wrong path when URL uses semicolon
- Closed
-
JBEAP-19623 [GSS] (7.3.z) UNDERTOW-1719 - getRequestURI returning a wrong path when URL uses semicolon
- Closed