-
Bug
-
Resolution: Done
-
Major
-
None
This is a followup for JBEAP-15128. Current implementation doesn't handle a query part of the URI same way as for the URL path part, see here. This results into a situation that incorrect value is propagated in the access.log. See here:
actual
127.0.0.1 - - [16/Aug/2018:16:50:01 +0200] "GET /helloworld/한글이름_test.html?param=íê¸ì´ë¦ _ahoy HTTP/1.1" 200 950
expected
127.0.0.1 - - [16/Aug/2018:16:48:57 +0200] "GET /helloworld/한글이름_test.html?param=한글이름_ahoy HTTP/1.1" 200 950
Note: this is a regression against EAP7.1.0 where this worked well.
- is cloned by
-
UNDERTOW-1399 multibytes language in URL query part of request to ajp-listener is broken
- Resolved
- is incorporated by
-
JBEAP-14958 [GSS](7.1.z) Upgrade Undertow from 1.4.18.SP8 to 1.4.18.SP9
- Closed
- relates to
-
JBEAP-15128 [GSS](7.1.z) UNDERTOW-1385 - url-charset="UTF-8" didn't work in ajp-listener
- Closed