Description
The issue seems to come from somewhere inside com.xpn.xwiki.web.Utils.handleMultipart(HttpServletRequest, XWikiContext)
For example:
{{html}}
<form method="post" action="" enctype="multipart/form-data">
<div>
<input type="text" name="a" value="chèrie" />
<input type="submit" />
</div>
</form>
{{/html}}
{{velocity}}
$!request.a
{{/velocity}}
Attachments
Issue Links
- is duplicated by
- 
                    XWIKI-6609 FileUpload request handling does not handle UTF-8 characters -         
- Closed
 
-