-
Notifications
You must be signed in to change notification settings - Fork 9k
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
No request url or response body data on file upload #413
Conversation
+1 please merge this. |
No request url or response body data on file upload
Small issue with response headers: |
Is this using IE? |
Nop, latest chrome. This formatting issue happens in file uploads only - any other rest endpoind renders fine. Dnia 6 mar 2014 o godz. 16:14 Tony Tam [email protected] napisał(a):
|
Would this fix the issue for you as well? #418 |
@spil-johan no, not really still has some issue http://monosnap.com/image/QFmXGVwc8wux4xCfe51VDJc6dpidiU This problem appears only for file uploads, rest of api endpoints are fine: http://monosnap.com/image/GYwaCL4K7inIRun10hZkwJRdVCGOYO |
Hi, I just can't reproduce this using swagger-ui in master and swagger-js version 2.0.23. Can you please verify the swagger-js version? The shred stuff all comes from there, and it's been pretty thoroughly tested. |
No request url or response body data on file upload
When the operations contains a file input the response data is wrapped as a shred response. The showStatus method does not take care of this and will not show the data in the UI. This is a simple hack to fix this.