Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Component/s: Actions
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
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
-