-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
-
Workaround Exists
-
Context:
a request of the form "http://home:8180/" should be rewritten to "http://home:8180/somepath?param=1234"
Problem:
The rewrite handler produces URLs which contain duplicated query parts and question marks. See excerpt from access log below.
[26/Apr/2017:09:26:09 +0200] home:8180 "GET /somepath?param=1234??param=1234 HTTP/1.1" 404
- clones
-
WFLY-8641 rewrite handler produces invalid URLs when used with query part
- Closed
- is related to
-
UNDERTOW-1894 Predicate Language rewrite handler mishandles ? in query string
- Resolved