Author: markt
Date: Fri Jun 18 10:18:09 2010
New Revision: 955920

URL: http://svn.apache.org/viewvc?rev=955920&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49436
Correct default for UserDatabase's readonly attribute

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/jndi-resources-howto.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=955920&r1=955919&r2=955920&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jun 18 10:18:09 2010
@@ -67,6 +67,10 @@
         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>

Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=955920&r1=955919&r2=955920&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Fri Jun 18 10:18:09 2010
@@ -378,7 +378,7 @@ writer.println("foo = " + bean.getFoo() 
     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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to