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
ClassCastException Thrown when referring json file in request body with content type "multipart/form-data" #401
Comments
|
@srinivasa78 , just checking... What does the API server responds with? |
|
@authorjapps My apologies for responding late. |
|
Thanks @srinivasa78 for your ineterest in contribution. Yes, you can try to fix this. The code is here needs fix:
Please raise a PR once it's stable. Do you know how to fork etc? Also please join Slack(click to join) channel if you haven't already! |
|
@srinivasa78, did you have a chance to look at it? |
|
Forked the repo, started working on this. Will raise PR when build is stable. |
|
@authorjapps Raised a PR, please let me know if I need to add this specific scenario in the test cases for HTTP. |
|
@authorjapps reminder! the PR has been pending for a while. Please can you help to merge it. |
Issue:
With
content-type:"multipart/form-data"gettingjava.lang.ClassCastExceptionwhen referringjsonfile for additional payload in Request Body apart from"files": [ "file:media/test.wav" ]Request step:
metadata.json
standard_headers_media.json:
Error:
Stactrace:
The text was updated successfully, but these errors were encountered: