Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4007 | minor | always | 04-20-10 11:54 | 01-18-11 17:40 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.10 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.15 | ||
|
|||||
Summary: | 0004007: request.getParameter returns null for i18nzed charset | ||||
Description: |
rep on behalf of Shinomiya Nobuaki: email subj: 0000059: About the relation between '''pageEncoding''' and '''charset of contentType''' of the JSP's @page directive. <%@ page contentType="text/html; charset=Windows-31J" pageEncoding="UTF-8" %> <html> <body> <% String characterEncoding = request.getCharacterEncoding(); String param_1 = request.getParameter("param_1"); out.println("characterEncoding: " + characterEncoding); out.println(" "); out.println("param_1: " + param_1); out.println(" "); %> <hr/> <form method="post" enctype="application/x-www-form-urlencoded"> <input type="text" name="param_1" value="&12354;&12356;&12358;&12360;&12362;"/> <input type="submit"/> </form> </body> </html> Second issue - request.getCharacterEncoding() returns a value whereas it should return null. |
||||
Steps To Reproduce: | |||||
Additional Information: | expected output for param_1 is &12354;&12356;&12358;&12360;&12362; | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|