Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49436
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 18 Jun 2010 10:18:09 +0000 (10:18 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 18 Jun 2010 10:18:09 +0000 (10:18 +0000)
Correct default for UserDatabase's readonly attribute

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@955920 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/jndi-resources-howto.xml

index 2330a42..ded31cb 100644 (file)
         application to operate currently when running with a security manager.
         (markt)
       </fix>
+      <fix>
+        <bug>49436</bug>: Correct documented default for readonly attribute of
+        the UserDatabase component. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>
index c8e6a79..378ddac 100644 (file)
@@ -378,7 +378,7 @@ writer.println("foo = " + bean.getFoo() + ", bar = " +
     relative, it is relative to <code>$CATALINA_BASE</code>.</p>
     
     <p>The <code>readonly</code> attribute is optional and defaults to
-    <code>false</code> if not supplied. If the XML is writeable then it will be
+    <code>true</code> if not supplied. If the XML is writeable then it will be
     written to when Tomcat starts. <strong>WARNING:</strong> When the file is
     written it will inherit the default file permissions for the user Tomcat
     is running as. Ensure that these are appropriate to maintain the security