https://bz.apache.org/bugzilla/show_bug.cgi?id=60014
--- Comment #4 from Andrea Vettori <a.vett...@b2bires.com> ---
Ok so I attached a test case. It's a simple Servlet that prints the request
body and a stripped down version of my form that calls the servlet.

With Apr connector I get the full string of (encoded) parameters, with Nio2 I
get a blank screen. Seems related to the number/size of the parameters. Maybe
NIO2 is limiting the size of the request body.

I also did a number of tests and it seems to me that it only happens when you
call the secure connector. It never happened to me (in production and in this
test case) with the 'regular' http connector.

Hope this helps to find the cause, if you need more information don't hesitate
to ask.

-- 
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

Reply via email to