[
https://issues.apache.org/jira/browse/CXF-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846436#action_12846436
]
George Gao commented on CXF-2704:
-
Sergey,
Thanks for your reply. The issue is in my cl
I create a RestFul service for dealing with multiparts:
Part 1: application/xml(form data) à Bean in server side
Part2: application/octet-stream à upload file,
But the "Content-disposition" of the part2 is translated into:
key="ontent-disposition", so the information about
Co
Type: Bug
Components: JAX-RS
Affects Versions: 2.2.6
Environment: deploy Restful service enhanced based on the sample:
"jaxrs basic" in tomcat,
client: python 2.6 + httplib2
Reporter: George Gao
Priority: Critical
I create a RestFul service for dealing wi