Author: rjung
Date: Wed May 26 20:51:44 2010
New Revision: 948584

URL: http://svn.apache.org/viewvc?rev=948584&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/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml

Modified: tomcat/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml?rev=948584&r1=948583&r2=948584&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml Wed May 26 20:51:44 
2010
@@ -154,7 +154,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

Reply via email to