Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.5
-
None
-
Unknown
-
Description
This is an old bug. When using file upload, the handling of normal parameters does not handle UTF-8 characters which are garbled.
This is due to the code in Utils.java handleMultipart which should be
item.getString(context.getWiki().getEncoding())
instead of
item.getString()
Attachments
Issue Links
- duplicates
-
XWIKI-6573 Request parameters retrieved from a form sent with multipart/form-data encoding (for file uploads) have the wrong encoding
- Closed