You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/06/18 12:37:16 UTC

svn commit: r955925 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

Author: markt
Date: Fri Jun 18 10:37:16 2010
New Revision: 955925

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

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

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=955925&r1=955924&r2=955925&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Jun 18 10:37:16 2010
@@ -48,6 +48,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Webapps">
+    <changelog>
+      <fix>
+        <bug>49436</bug>: Correct documented default for readonly attribute of
+        the UserDatabase component. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.27 (jfclere)">
   <subsection name="General">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=955925&r1=955924&r2=955925&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/jndi-resources-howto.xml Fri Jun 18 10:37:16 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org