Stuart Douglas created WFLY-8702:
------------------------------------
Summary: rewrite handler produces invalid URLs when used with query part
Key: WFLY-8702
URL:
https://issues.jboss.org/browse/WFLY-8702
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.1.0.Final
Environment: * Windows 10
* Wildfly 10.1.0 Final
Reporter: Markus Stier
Assignee: Stuart Douglas
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.
{code}
[26/Apr/2017:09:26:09 +0200] home:8180 "GET /somepath?param=1234??param=1234
HTTP/1.1" 404
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)