Author: violetagg Date: Sun Jul 17 14:32:46 2016 New Revision: 1753079 URL: http://svn.apache.org/viewvc?rev=1753079&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59867 Correct the documentation provided by Manager's 403.jsp.
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml tomcat/tc8.5.x/trunk/webapps/manager/WEB-INF/jsp/403.jsp Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1753079&r1=1753078&r2=1753079&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Sun Jul 17 14:32:46 2016 @@ -78,6 +78,14 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <fix> + <bug>59867</bug>: Correct the documentation provided by Manager's + 403.jsp. (violetagg) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.5.4" rtext="2016-07-12"> <subsection name="Catalina"> Modified: tomcat/tc8.5.x/trunk/webapps/manager/WEB-INF/jsp/403.jsp URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/manager/WEB-INF/jsp/403.jsp?rev=1753079&r1=1753078&r2=1753079&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/manager/WEB-INF/jsp/403.jsp (original) +++ tomcat/tc8.5.x/trunk/webapps/manager/WEB-INF/jsp/403.jsp Sun Jul 17 14:32:46 2016 @@ -34,9 +34,9 @@ You are not authorized to view this page. </p> <p> - By default the Host Manager is only accessible from a browser running on the + By default the Manager is only accessible from a browser running on the same machine as Tomcat. If you wish to modify this restriction, you'll need - to edit the Host Manager's <tt>context.xml</tt> file. + to edit the Manager's <tt>context.xml</tt> file. </p> <p> If you have already configured the Manager application to allow access and --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org