Mantis - Resin
Viewing Issue Advanced Details
5942 minor always 08-31-15 04:05 06-27-16 11:39
bjornolsson  
ferg  
normal  
closed 4.0.44  
fixed  
none    
none 4.0.49  
0005942: Posted HTML input names with non-ASCII characters are interpreted wrong
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

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