Re: tomcat giving a response without parsing the header at all

2008-07-18 Thread tomcat tom
webDAV scenario i have to authenticate an incoming url with the settings in the access control list on the server while doing so, i should get an 403 error, because of not having 'write' permissions so the user authentication happens at the acl itself, before even the header parsing happens...

Re: tomcat giving a response without parsing the header at all

2008-07-18 Thread André Warnier
tomcat tom wrote: webDAV scenario i have to authenticate an incoming url with the settings in the access control list on the server while doing so, i should get an 403 error, because of not having 'write' permissions so the user authentication happens at the acl itself, before even the header

tomcat giving a response without parsing the header at all

2008-07-16 Thread tomcat tom
scenarion client sends a http request to tomcat nos, is there anytime tomcat sends a response without parsing the header at all

Re: tomcat giving a response without parsing the header at all

2008-07-16 Thread Mark Thomas
tomcat tom wrote: scenarion client sends a http request to tomcat nos, is there anytime tomcat sends a response without parsing the header at all No. Mark - To start a new topic, e-mail: users@tomcat.apache.org To