From: <bra...@us...> - 2008-04-16 00:36:45
|
Revision: 2242 http://archive-access.svn.sourceforge.net/archive-access/?rev=2242&view=rev Author: bradtofel Date: 2008-04-15 17:36:51 -0700 (Tue, 15 Apr 2008) Log Message: ----------- TWEAK: Commented out authorization example. quiets down tomcat's logs a little. Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/web.xml Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/web.xml 2008-04-15 23:58:06 UTC (rev 2241) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/web.xml 2008-04-16 00:36:51 UTC (rev 2242) @@ -5,7 +5,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> - +<!-- <security-constraint> <web-resource-collection> <web-resource-name>Secured-Wayback</web-resource-name> @@ -20,7 +20,7 @@ <auth-method>BASIC</auth-method> <realm-name>Secured-Wayback</realm-name> </login-config> - +--> <!-- General Installation information --> <context-param> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |