]
Stuart Douglas resolved WFLY-5476.
----------------------------------
Resolution: Out of Date
This should have been fixed for a while now.
Load balancer garbles path parameters in URL
--------------------------------------------
Key: WFLY-5476
URL:
https://issues.jboss.org/browse/WFLY-5476
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 9.0.1.Final, 10.0.0.CR2
Reporter: Harald Wellmann
Assignee: Stuart Douglas
Using WildFly as mod-cluster load balancer, any path parameters in URLs reach the backend
servers with incorrect URL encoding, e.g.
{noformat}
/one;a=b%3Bc%3Dd%2Ftwo%3Be%3Df%3Bg%3Dh
{noformat}
See UNDERTOW-555.