Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 14505 invoked from network); 3 Nov 2010 12:20:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 12:20:34 -0000 Received: (qmail 5075 invoked by uid 500); 3 Nov 2010 12:21:04 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 4952 invoked by uid 500); 3 Nov 2010 12:21:03 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 4943 invoked by uid 99); 3 Nov 2010 12:21:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 12:21:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 12:21:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 65D9E23888C2; Wed, 3 Nov 2010 12:19:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1030433 - in /tomcat/trunk/webapps/manager: 401.jsp 403.jsp Date: Wed, 03 Nov 2010 12:19:46 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101103121946.65D9E23888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Wed Nov 3 12:19:46 2010 New Revision: 1030433 URL: http://svn.apache.org/viewvc?rev=1030433&view=rev Log: Typos Modified: tomcat/trunk/webapps/manager/401.jsp tomcat/trunk/webapps/manager/403.jsp Modified: tomcat/trunk/webapps/manager/401.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/401.jsp?rev=1030433&r1=1030432&r2=1030433&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/401.jsp (original) +++ tomcat/trunk/webapps/manager/401.jsp Wed Nov 3 12:19:46 2010 @@ -67,11 +67,11 @@ are not. To maintain the CSRF protection:

    -
  • users with the manager-gui role should not be granted either +
  • Users with the manager-gui role should not be granted either the manager-script or manager-jmx roles.
  • -
  • if the text or jmx interfaces are accessed through a browser (e.g. for - testing since these interfaces are intended for tools not humans) then - the browser must be closed afterwards to terminate the session.
  • +
  • If the text or jmx interfaces are accessed through a browser (e.g. for + testing since these interfaces are intended for tools not humans) then + the browser must be closed afterwards to terminate the session.

For more information - please see the Modified: tomcat/trunk/webapps/manager/403.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/manager/403.jsp?rev=1030433&r1=1030432&r2=1030433&view=diff ============================================================================== --- tomcat/trunk/webapps/manager/403.jsp (original) +++ tomcat/trunk/webapps/manager/403.jsp Wed Nov 3 12:19:46 2010 @@ -82,11 +82,11 @@ are not. To maintain the CSRF protection:

    -
  • users with the manager-gui role should not be granted either +
  • Users with the manager-gui role should not be granted either the manager-script or manager-jmx roles.
  • -
  • if the text or jmx interfaces are accessed through a browser (e.g. for - testing since these interfaces are intended for tools not humans) then - the browser must be closed afterwards to terminate the session.
  • +
  • If the text or jmx interfaces are accessed through a browser (e.g. for + testing since these interfaces are intended for tools not humans) then + the browser must be closed afterwards to terminate the session.

For more information - please see the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org