Author: markt
Date: Thu Feb 2 10:36:14 2012
New Revision: 1239528
URL: http://svn.apache.org/viewvc?rev=1239528&view=rev
Log:
Update changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1239528&r1=1239527&r2=1239528&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Feb 2 10:36:14 2012
@@ -57,6 +57,15 @@
<bug>51408</bug>: Replace calls to
<code>Charset.defaultCharset()</code>
with an explicit reference to the ISO-8859-1 Charset. (markt)
</scode>
+ <scode>
+ Refactor initialization code to use a single, consistent approach to
+ determining the Catalina home (binary) and base (instance) directories.
+ The search order for home is <code>catalina.home</code> system
property,
+ parent of current directory if boootstrap.jar is present and finally
+ current working directory. The search order for Catalina base is
+ <code>catalina.base</code> system property falling back to the value
for
+ Catalina home. (markt)
+ </scode>
</changelog>
</subsection>
<subsection name="Tribes">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]