Correct default for UserDatabase's readonly attribute
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@955920
13f79535-47bb-0310-9956-
ffa450edef68
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>
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