TC Drops bytes when client uses Chunked Encoding AND specifying Content-Length at the same time.

2004-12-30 Thread Ian Huynh
We are using TC 5.0.28 on JDK 1.4.2 We have a client who POST to TC using header "Transfer-encoding: chunked" and at the same time specify the "Content-Length" header when posting to us. It seems that if the Content-Length is specified, TC is dropping the last few bytes..?? This same customer

RE: Tomcat sucks at receiving large messages

2003-10-02 Thread Ian Huynh
Unless your client is very conforming to the rules (ie. Content-Length is is correct wrt to available bytes) you could be waiting for a while for the stream of data to come across or until your socket read statement timeout int length = req.getContentLength(); ByteArrayOutputStream baos = new Byt

jasper/jspc task - verbose flag not working

2003-10-01 Thread Ian Huynh
Env: Ant 1.5.3 on Win2K , TC 4.1 I can't seem to get Jasper/JSPC to work with verbose flag. My snippet of build.xml is below. Thanks. ---

Tomcat and Certificate Revocation List

2002-04-02 Thread Ian Huynh
Does Tomcat support CRL during setup? If I need to use clientAuth but also need to make sure that the certificate presented by the client has not been revoked yet, how would I set that up? Thks. -- To unsubscribe: For additional commands: T

Extending Valve

2002-03-28 Thread Ian Huynh
Hi Not sure if this is the right forum but hopefully someone may have an idea. I need to extend (tweak) a few behaviors in org.apache.catalina.valves.CertificatesValve without having to recompile TC. Is there a way to configure TC to use a custom CertificateValve? Thanks. -- To unsubscribe