From: markt Date: Tue, 22 Mar 2011 13:32:12 +0000 (+0000) Subject: Tweak wording, try to make clearer X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4770f54f98637bdac8e9b086436490a3b9b6689d;p=tomcat7.0 Tweak wording, try to make clearer git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1084171 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/catalina.policy b/conf/catalina.policy index 38d5de969..95a3c62c7 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -19,10 +19,10 @@ // This file contains a default set of security policies to be enforced (by the // JVM) when Catalina is executed with the "-security" option. In addition // to the permissions granted here, the following additional permissions are -// granted specific to each web application: +// granted to each web application: // -// * Read access to its document root directory -// * Read, write and delete access to its working directory +// * Read access to the web application's document root directory +// * Read, write and delete access to the web application's working directory // // $Id$ // ============================================================================