[Bug 58695] The body of the request is lost when you send the POST method with base64 image

2015-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58695] The body of the request is lost when you send the POST method with base64 image

2015-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695 --- Comment #1 from Vladimir Nikulin --- I cannot upload attachment because it's size is 2.6 MB. I have uploaded it on dropbox - https://www.dropbox.com/s/jp2ko19u6v1coma/mandrill-webhook.txt?dl=0 -- You are receiving this

[Bug 58695] The body of the request is lost when you send the POST method with base64 image

2015-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695 --- Comment #4 from Vladimir Nikulin --- This is not 'how to' question. That is issue with tomcat, because it miss body of POST request. Even more, that issue cannot be reproduced on other servers like Jetty -- You are

[Bug 58695] The body of the request is lost when you send the POST method with base64 image

2015-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695 --- Comment #2 from Vladimir Nikulin --- I suppose that issue could be related with this one https://bz.apache.org/bugzilla/show_bug.cgi?id=47797 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58695] The body of the request is lost when you send the POST method with base64 image

2015-12-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58695 --- Comment #5 from Mark Thomas --- The little evidence you have provided (no Connector configuration, no explanation of what "lose request parameter" means, no explanation of how you were trying to read the request body, no