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" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to