-
Bug
-
Resolution: Done
-
Major
-
1.3.23.Final
-
None
-
None
Servlet 3.1 file upload feature implementation uses incorrect character set for decoding file names
request.getCharacterEncoding() returns "UTF-8",
System property file.encoding is set to UTF-8, but
javax.servlet.http.Part.getSubmittedFileName() returns file name encoded using Latin character set
all non-latin symbols in name of the file become unreadably characters.
- clones
-
WFLY-6742 javax.servlet.http.Part.getSubmittedFileName() uses wrong encoding
- Closed