Author: violetagg
Date: Sun Jul 17 14:29:56 2016
New Revision: 1753078

URL: http://svn.apache.org/viewvc?rev=1753078&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/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1753078&r1=1753077&r2=1753078&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Jul 17 14:29:56 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 9.0.0.M9" rtext="2016-07-12">
   <subsection name="Catalina">

Modified: tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp?rev=1753078&r1=1753077&r2=1753078&view=diff
==============================================================================
--- tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp (original)
+++ tomcat/trunk/webapps/manager/WEB-INF/jsp/403.jsp Sun Jul 17 14:29:56 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

Reply via email to