Re: Tomcat 6.0.18, POST request.ContentLength() is 0 when entering the Authenticator

2008-11-19 Thread Filip Hanik - Dev Lists
hi Christophe, we are definitely interested in your contribution and would like to include it. Would you mind opening a bugzilla issue and attach your files there? https://issues.apache.org/bugzilla/enter_bug.cgi thanks Filip Christophe Dupriez wrote: Hi Tomcat Developpers! Few days ago I pr

Tomcat 6.0.18, POST request.ContentLength() is 0 when entering the Authenticator

2008-11-19 Thread Christophe Dupriez
Hi Tomcat Developpers! Few days ago I provided an NTLM Authenticator. My users reported that their POST requests are now without content. I traced and I can confirm that, when entering the NtlmAuthenticator.authenticate method, request.ContentLength() is -1 for GET transactions (and it works) b