![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.0.13 |
|
Assignee:
|
Logback dev list
|
|
Components:
|
logback-classic |
|
Created:
|
04/Oct/13 2:33 AM
|
|
Description:
|
Variable substitution doesn't work correctly if the variable is an empty string. Example from a logback.xml file:
<property name="MY_PASSWORD" value=""/>
...
<password>$
{MY_PASSWORD}
</password>
The substitution in the password element didn't work correctly. Using an empty password element instead of variable substitution solved the problem:
<password></password>
|
|
Environment:
|
Java, Spring
|
|
Project:
|
logback
|
|
Labels:
|
substitution
properties
|
|
Priority:
|
Minor
|
|
Reporter:
|
Krzysztof Michalski
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev