You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/05/26 22:50:46 UTC

svn commit: r948582 - /tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r948582 - /tomcat/tc5.5.x/trunk/container/webapps/manager/WEB-INF/web.xml

Posted by Mark Thomas <ma...@apache.org>.
On 26/05/2010 21:50, rjung@apache.org wrote:
> 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.

+1 (for CTR and as a R)

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org