Hi
Benson has opened https://issues.apache.org/jira/browse/CXF-2533 which I have just closed as it's been fixed on the
trunk/2.2.5-SNAPSHOT. Basically, if your code handles multipart/form-data file submissions and uses a Content-Disposition header
then you might've written a code which strips double quotes from the Content-Disposition parameter values. ContentDisposition
utility class now does it itself as it was needed for handling recursive multiparts. Hopefully it should not affect the existing
code at all and apologies if it will...
Sergey