Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5942 | minor | always | 08-31-15 04:05 | 06-27-16 11:39 | |
|
|||||
Reporter: | bjornolsson | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.44 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.49 | ||
|
|||||
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 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|