I'm running tests against a web app running in Tomcat and I was asked to test
extremely long URL query strings.  I've read servers should throw HTTP
status 414 if the header size is too long however whenever I make the call
to Tomcat there is no response; ideally I would like it to return a 414
error.  I have my http connector configured with maxHttpHeaderSize="8192"
-- 
View this message in context: 
http://old.nabble.com/URL-Exceeding-maxHttpHeaderSize-tp28687322p28687322.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to