Anonymous | Login | Signup for a new account | 12-17-2024 08: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 | ||||
0005942 | [Resin] | minor | always | 08-31-15 04:05 | 06-27-16 11:39 | ||||
Reporter | bjornolsson | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.44 | ||||||
Summary | 0005942: Posted HTML input names with non-ASCII characters are interpreted wrong | ||||||||
Description |
When posting the form below to a resin server, the name on the server becomes testparam¤test1. It seems to be caused by reading the input byte by byte. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> </head> <body> <form enctype="multipart/form-data" action="[som resin server]" method="post"> <input name="testparam¤test" id="testparam¤test" type="text" value="Test"> <input type="submit" value="Submit"> </form> </body> </html> Regards, Björn |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0006680) ebo 03-07-16 10:19 |
I noticed the same issue. Actually when removing enctype="multipart/form-data" it works fine. |
(0006705) ferg 06-27-16 11:39 |
server/1670 |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 28 unique queries executed. |