jersey
jersey copied to clipboard
Attribute "filename" of header Content-Disposition with incorrect codificacition
Processing a post request of Content-Type: multipart/form-data, if the original file name of one of the parts in the client side have accentuated characters, the attribute "filename" of header Content-Disposition of this bodypart that i get in the server side when i parse the multimpart iterating for the parts, is incorrectly encoded.
I use jersey 2.22.2 y mimepull 1.9.6
Environment
ubuntu
Reported by nelson_nba
nelson_nba said: The problem seems to be mimepull library, that since version 1.9.1 or after produces this error. Using jersey 2.22.2 and forcing to use mimepull 1.9 not occurs this error
This issue was imported from java.net JIRA JERSEY-3185