You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Sergey Beryozkin <sb...@progress.com> on 2009/11/13 10:38:15 UTC

JAX-RS : possibly a breaking change for code dealing with multipart/form-data requests

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