https://bz.apache.org/bugzilla/show_bug.cgi?id=58695
Bug ID: 58695
Summary: The body of the request is lost when you send the POST
method with base64 image
Product: Tomcat 8
Version: 8.0.29
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Hello!
I have a critical issue, that associated with Tomcat 8.0.29.
When I send POST request with data that contains base64 encoded image, tomcat
lose request parameter.
In attachment you can find file that contains request body. I use following
curl command to reproduce that issue:
curl -v -X POST -d @mandrill-webhook.txt 'http://...'
When I send same request on Jetty server - everything works fine.
Please, help with what could be wrong?
Thanks in advance.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]