Author: rjung Date: Wed May 26 20:50:45 2010 New Revision: 948582 URL: http://svn.apache.org/viewvc?rev=948582&view=rev Log: Fix typo in web-resource-name (web.xml) for manager webapp. I assume it's CTR because edge case of docs/comment/trivial fix.
Kind of backport of http://svn.apache.org/viewvc?view=revision&revision=820092. Modified: tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml?rev=948582&r1=948581&r2=948582&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml Wed May 26 20:50:45 2010 @@ -146,7 +146,7 @@ <!-- Define a Security Constraint on this Application --> <security-constraint> <web-resource-collection> - <web-resource-name>HTMLManger and Manager command</web-resource-name> + <web-resource-name>HTMLManager and Manager command</web-resource-name> <url-pattern>/jmxproxy/*</url-pattern> <url-pattern>/html/*</url-pattern> <url-pattern>/list</url-pattern> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org