How do you mean disable? The default servlet has an option to allow/disallow
DELETE, etc.
Oterwise - you can define a security constraint in web.xml on these methods
and have them no be accessible by any role.
-Tim
Patrick Glennon wrote:
> Anyone have any thoughts on this? Maybe I'll try posting on the developer
> list, for the life of me, I can't seem to find where to shut this off.
>
>
>
> _____
>
> From: Patrick Glennon
> Sent: Thursday, July 01, 2004 4:52 PM
> To: 'Tomcat Users List'
> Subject: 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.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|