https://bz.apache.org/bugzilla/show_bug.cgi?id=59912
--- Comment #4 from Peter Teunissen <peter.teunis...@cerner.com> --- (In reply to Coty Sutherland from comment #2) > Can you provide a data file to use that you can reliably reproduce this > with? I tried creating a file of size 8192 (and using the request contents > from the fiddler logging), but don't see any issues in 8.0.33 or 8.0.x-dev. > I'm testing with the following using your servlet packaged into asf-test.war: > > curl -is -X POST --data @test2.dat http://localhost:8080/asf-test/test Found a way to reproduce with curl using --data-binary and a multi line input file. Keep tweaking the input until the servlet shows exactly Content-Length= 8192. $ curl -is -X POST --data-binary @test.log http://localhost:8081/coyrdr/test -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org