-
Bug
-
Resolution: Unresolved
-
Critical
-
35.0.1.Final
-
None
-
Regression
-
-
---
-
---
Reproducer is same as in the original issue JBEAP-13750 with JSP page:
<%@ page language="java" contentType="text/html; charset=MS949" pageEncoding="MS949" %>
<%
request.setCharacterEncoding("MS949");
out.print("param p=[" + request.getParameter("p") + "]");
%>
The current output is:
InvalidCharsRequestIT.allowKoreanCharsOverAjpTest:232->testAllowUnescapedKoreanChars:309
Expected: a string containing "param p=[한 글]"
but: was "HTTP/1.1 200 OK
Connection: close
X-Powered-By: JSP/3.1
Set-Cookie: JSESSIONID=A6uy_qh9h2-mBRsmKn11gxSmCN8Aje0dEJ537jA0.rhos-d-rhel8-medium-390; path=/invalid-chars
Content-Type: text/html;charset=MS949
Content-Length: 13
Date: Wed, 02 Oct 2024 08:15:42 GMT
param p=[\ �]"
This is a regression which can be observed with latest WildFly 34 builds (possibly from Beta1).
- clones
-
JBEAP-28138 url-charset="MS949" does not work in AJP listener
-
- Verified
-