Nicolás Velásquez O. wrote:
> 
> Hello, I'm running into problems when I try to configure tomcat to
> validate the client by its https cert with big requests. I'm using it
> with forms and when the send the form to the server with big
> (10-15Kbytes) requests it fails, but when I send small (90 bytes)
> requests it works.

Try changing maxSavePostSize. See
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

The default is 4K which would explain what you are seeing.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to