Tweak wording, try to make clearer
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Mar 2011 13:32:12 +0000 (13:32 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 22 Mar 2011 13:32:12 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1084171 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.policy

index 38d5de9..95a3c62 100644 (file)
 // 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$
 // ============================================================================