remm 2004/01/10 12:40:26 Modified: catalina/src/conf web.xml Log: - Remove security constraint. Revision Changes Path 1.30 +0 -12 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- web.xml 10 Jan 2004 17:24:31 -0000 1.29 +++ web.xml 10 Jan 2004 20:40:26 -0000 1.30 @@ -345,18 +345,6 @@ --> - <!-- ======================= Disable TRACE by default =================== --> - - <security-constraint> - <web-resource-collection> - <web-resource-name>DisableExploitTraceHTTP</web-resource-name> - <url-pattern>/*</url-pattern> - <http-method>TRACE</http-method> - </web-resource-collection> - <auth-constraint/> - </security-constraint> - - <!-- ==================== Default Session Configuration ================= --> <!-- You can set the default session timeout (in minutes) for all newly --> <!-- created sessions by modifying the value below. -->
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]