Content disposition values don't have their quotes stripped
-----------------------------------------------------------
Key: CXF-2533
URL: https://issues.apache.org/jira/browse/CXF-2533
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.2.4
Reporter: Benson Margulies
Given multipart/form-data.
Given a content-disposition of
form-data; name="comment"
Calling ContentDisposition.getParameter("name") returns a string with the
quotes still in place!
This can't be intended, but changing it is incompatible and people might have
written code to work around the current behavior. I'm about to.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.