jersey icon indicating copy to clipboard operation
jersey copied to clipboard

Attribute "filename" of header Content-Disposition with incorrect codificacition

Open glassfishrobot opened this issue 8 years ago • 3 comments

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

glassfishrobot avatar Nov 14 '16 18:11 glassfishrobot

Reported by nelson_nba

glassfishrobot avatar Nov 14 '16 18:11 glassfishrobot

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

glassfishrobot avatar Nov 17 '16 23:11 glassfishrobot

This issue was imported from java.net JIRA JERSEY-3185

glassfishrobot avatar Apr 25 '17 05:04 glassfishrobot