Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PassThroughMultipartConverter [INT-3818] #7772

Closed
spring-operator opened this issue Sep 2, 2015 · 0 comments
Closed

PassThroughMultipartConverter [INT-3818] #7772

spring-operator opened this issue Sep 2, 2015 · 0 comments

Comments

@spring-operator
Copy link
Contributor

Gary Russell opened INT-3818 and commented

Allow proxying multipart/form-data requests.

Currently, we decode the multipart to a MultiValueMap with UploadedMultipartFile elements which cannot be handled by the multipart converter on outbound.

A pass-thru converter will allow the form data to remain as a byte[] which can be proxied.


Reference URL: http://stackoverflow.com/questions/32340610/spring-integration-multipart-form-uploads-route-with-json-response-not-working/32361053#32361053

Referenced from: pull request #1563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants