Change name of role for scripts
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 17 Oct 2009 19:21:50 +0000 (19:21 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 17 Oct 2009 19:21:50 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@826292 13f79535-47bb-0310-9956-ffa450edef68

webapps/manager/401.jsp
webapps/manager/WEB-INF/web.xml

index 652425e..caab47f 100644 (file)
@@ -56,7 +56,7 @@
     <ul>
       <li><tt>manager</tt> - allows access to the HTML GUI and the status
           pages</li>
-      <li><tt>manager-scripts</tt> - allows access to the text interface and the
+      <li><tt>manager-script</tt> - allows access to the text interface and the
           status pages</li>
       <li><tt>manager-jmx</tt> - allows access to the JMX proxy and the status
           pages</li>
index 08fdf95..b27a255 100644 (file)
       <url-pattern>/text/*</url-pattern>
     </web-resource-collection>
     <auth-constraint>
-       <role-name>manager-scripts</role-name>
+       <role-name>manager-script</role-name>
     </auth-constraint>
   </security-constraint>
   <security-constraint>
     </web-resource-collection>
     <auth-constraint>
        <role-name>manager</role-name>
-       <role-name>manager-scripts</role-name>
+       <role-name>manager-script</role-name>
        <role-name>manager-jmx</role-name>
        <role-name>manager-status</role-name>
     </auth-constraint>
     <description>
       The role that is required to access the text Manager pages
     </description>
-    <role-name>manager-scripts</role-name>
+    <role-name>manager-script</role-name>
   </security-role>
   <security-role>
     <description>