I tried that, and even un-deployed the webdav app, but not only are the methods still available, they still work. PROPFIND http://url/directory will still work, for example. This leads me to believe that the webdav app has very little to do with webdav functionality, but I can't find where else it is set.
-Patrick -----Original Message----- From: PATTUS Jean-Philippe [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 10:35 AM To: Tomcat Users List Subject: RE: howto disable webdav extensions / methods? did you try to stop the application webdav under Tomcat Manager. I think if you stop this application, all the webdav methods will be unavailable. -----Message d'origine----- De : Tim Funk [mailto:[EMAIL PROTECTED] Envoye : mardi 6 juillet 2004 17:04 A : Tomcat Users List Objet : Re: howto disable webdav extensions / methods? 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
