Author: markt Date: Sat Oct 17 19:21:50 2009 New Revision: 826292 URL: http://svn.apache.org/viewvc?rev=826292&view=rev Log: Change name of role for scripts
Modified: tomcat/trunk/webapps/manager/401.jsp tomcat/trunk/webapps/manager/WEB-INF/web.xml Modified: tomcat/trunk/webapps/manager/401.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/401.jsp?rev=826292&r1=826291&r2=826292&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/401.jsp (original) +++ tomcat/trunk/webapps/manager/401.jsp Sat Oct 17 19:21:50 2009 @@ -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> Modified: tomcat/trunk/webapps/manager/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/WEB-INF/web.xml?rev=826292&r1=826291&r2=826292&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/manager/WEB-INF/web.xml Sat Oct 17 19:21:50 2009 @@ -106,7 +106,7 @@ <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> @@ -125,7 +125,7 @@ </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> @@ -148,7 +148,7 @@ <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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org