Re: tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-06 Thread Mauro Bertapelle
Costin, you've got the point I was trying to make, this has nothing to do with webdav and the naive way in which ie implements it, but probably Tomcat should handle "options" better when it's acting as a static web server. Mauro -- Costin Manolache wrote: I guess the problem was that the d

Re: tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-06 Thread Mauro Bertapelle
in the spec. Well, in theory servlets could respond to 'options' method if they choose to - and so could the default servlet. Costin On 1/6/06, Mauro Bertapelle <[EMAIL PROTECTED]> wrote: Is it correct that coyote reply with the home page contents on an HTTP OPTIONS method reque

Re: tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-06 Thread Mauro Bertapelle
oops, sorry I wasn't sure where to post it mauro -- Remy Maucherat ha scritto: Mauro Bertapelle wrote: Is it correct that coyote reply with the home page contents on an HTTP OPTIONS method request ? If you post another message on this list that belongs to the user list, I'

tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-06 Thread Mauro Bertapelle
Is it correct that coyote reply with the home page contents on an HTTP OPTIONS method request ? Client request: OPTIONS / HTTP/1.1\r\n Request Method: OPTIONS Request URI: / Request Version: HTTP/1.1 Translate: f\r\n User-Agent: Microsoft Data Access Internet Publishing Provide

tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-06 Thread mauro Bertapelle
Is it correct that coyote reply with the home page contents on an HTTP OPTIONS method request ? Client request: OPTIONS / HTTP/1.1\r\n Request Method: OPTIONS Request URI: / Request Version: HTTP/1.1 Translate: f\r\n User-Agent: Microsoft Data Access Internet Publish