Anonymous | Login | Signup for a new account | 12-17-2024 14:44 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004007 | [Resin] | minor | always | 04-20-10 11:54 | 01-18-11 17:40 | ||||
Reporter | alex | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.10 | ||||||
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. |
||||||||
Additional Information | expected output for param_1 is &12354;&12356;&12358;&12360;&12362; | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
36 total queries executed. 32 unique queries executed. |