You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Patrick Glennon <pg...@unifocus.com> on 2004/07/01 23:52:00 UTC

howto disable webdav extensions / methods?

How do I disable the webdav extensions?  Basically, I don't want to allow
any of the webdav methods ( PROPFIND, OPTIONS, COPY, DELETE, etc... ), but I
cannot find where to disable or limit them.  

 

This is running tomcat direct, I know how to do it with Apache, I just don't
know how to do it with tomcat.

 

Thanks in advance,

-P


Re: howto disable webdav extensions / methods?

Posted by Bill Barker <wb...@wilshire.com>.
Well, firstly, unless your servlet understands the methods, nothing
interesting will happen for a webdav request :).  If you want webdav
extensions to do anything, you have to enable them.

Having said that, you could also disable them via adding
security-constraints with the proper http-methods to your web.xml file.

"Patrick Glennon" <pg...@unifocus.com> wrote in message
news:D8D718A8E8775A4C966C14474859899C9175D8@mail1.unifocus.com...
> How do I disable the webdav extensions?  Basically, I don't want to allow
> any of the webdav methods ( PROPFIND, OPTIONS, COPY, DELETE, etc... ), but
I
> cannot find where to disable or limit them.
>
>
>
> This is running tomcat direct, I know how to do it with Apache, I just
don't
> know how to do it with tomcat.
>
>
>
> Thanks in advance,
>
> -P
>
>




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org