gnodet commented on PR #690:
URL: https://github.com/apache/cxf/pull/690#issuecomment-4045917699

   Closing this PR — the underlying issue was addressed by CXF-8356 (PR #719, 
merged Nov 2020), which fixed the `null` media type handling in 
`processRequestBodyParameter()`. Before that fix, when `mt` was `null`, the 
code fell into the `copyAndGetEntityStream` path for all content types. With 
the fix, `mt` now defaults to `contentTypeMt`, and multipart/form-data 
correctly takes the raw stream path — which is the correct behavior since 
multipart body readers handle the stream lifecycle properly. Thank you for the 
contribution!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to