2010/5/14 Leo Donahue - PLANDEVX <leodona...@mail.maricopa.gov>:
> What do most people use to restrict PUT and DELETE http methods?
>

Besides what was already said here, you can always write a Filter and
configure it in ${catalina.base}/conf/web.xml  -- it will be present
in all web application on your Tomcat instance. (In assumption that
none of them actually needs DELETE).

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to