Author: kkolinko
Date: Sun Jun 24 16:52:08 2012
New Revision: 1353293
URL: http://svn.apache.org/viewvc?rev=1353293&view=rev
Log:
CTR
Change index page of ROOT webapp to mention "manager-gui" role instead of
"manager" one.
Modified:
tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/index.html?rev=1353293&r1=1353292&r2=1353293&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/ROOT/index.html (original)
+++ tomcat/tc6.0.x/trunk/webapps/ROOT/index.html Sun Jun 24 16:52:08 2012
@@ -183,7 +183,7 @@
<p>where "$CATALINA_HOME" is the root of the Tomcat installation
directory. If you're seeing this page, and you don't think you should be, then
you're either a user who has arrived at new installation of Tomcat, or you're
an administrator who hasn't got his/her setup quite right. Providing the latter
is the case, please refer to the <a href="/docs">Tomcat Documentation</a> for
more detailed setup and administration information than is found in the INSTALL
file.</p>
<p><b>NOTE: For security reasons, using the manager webapp
- is restricted to users with role "manager".</b>
+ is restricted to users with certain roles such as
"manager-gui".</b>
Users are defined in
<code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
<p>Included with this release are a host of sample Servlets and
JSPs (with associated source code), extensive documentation, and an
introductory guide to developing web applications.</p>
Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp?rev=1353293&r1=1353292&r2=1353293&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Sun Jun 24 16:52:08 2012
@@ -198,7 +198,7 @@
<p>where "$CATALINA_HOME" is the root of the Tomcat installation
directory. If you're seeing this page, and you don't think you should be, then
you're either a user who has arrived at new installation of Tomcat, or you're
an administrator who hasn't got his/her setup quite right. Providing the latter
is the case, please refer to the <a href="docs">Tomcat Documentation</a> for
more detailed setup and administration information than is found in the INSTALL
file.</p>
<p><b>NOTE: For security reasons, using the manager webapp
- is restricted to users with role "manager".</b>
+ is restricted to users with certain roles such as
"manager-gui".</b>
Users are defined in
<code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
<p>Included with this release are a host of sample Servlets and
JSPs (with associated source code), extensive documentation, and an
introductory guide to developing web applications.</p>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1353293&r1=1353292&r2=1353293&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Jun 24 16:52:08 2012
@@ -261,6 +261,10 @@
Fix several HTML markup errors in servlets of examples web application.
(kkolinko)
</fix>
+ <update>
+ Change the index page of ROOT webapp to mention "manager-gui" role
+ instead of "manager" one. (kkolinko)
+ </update>
</changelog>
</subsection>
<subsection name="Other">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]