git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@476983
13f79535-47bb-0310-9956-
ffa450edef68
* @return the modified string
*/
protected String replace(String str) {
- String result = str.trim();
+ String result = str;
if (result.startsWith("${")) {
int pos = result.indexOf('}');
if (pos != -1) {
<fix>
<bug>40844</bug> Missing syncs in JDBCRealm. (markt)
</fix>
+ <fix>
+ <bug>37509</bug>: Do not remove whitespace from the end of values
+ defined in logging.properties files. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">