Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50677
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 15 Jun 2011 13:51:03 +0000 (13:51 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 15 Jun 2011 13:51:03 +0000 (13:51 +0000)
commit361fbbdb019bbacd33c4dbd5a31f643c94186c90
tree974ac19d7aae79b4ed4983c337c9017473bc2e69
parent567eafe259bc525f0a717a3ddc888f9fc3bc5a3f
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50677
Allow ANT style variables in the common.loader and other *.loader properties in conf/catalina.properties

I do not implement the substitution for any property as suggested by BZ 50677,
but only for the class loader ones. I think this is sufficient for the use case
and does not break backwards compatibility.
Most of the code is copied from ClassLoaderLogManager.replace().

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1136043 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/startup/Bootstrap.java
webapps/docs/changelog.xml