Details
- 
    Bug 
- 
    Resolution: Fixed
- 
    Major 
- 
    None
- 
    None
- 
    None
Description
In case the properties file given to <variable> element is malformed, then an IllegalArgumentException may be thrown.
<configuration>
 <variable file="malformed.properties"/>
</configuration> 
if malformed.properties malformed, then the following exception may be thrown.
java.lang.IllegalArgumentException: Malformed \uxxxx encoding. at java.base/java.util.Properties.loadConvert(Properties.java:672) at java.base/java.util.Properties.load0(Properties.java:456) at java.base/java.util.Properties.load(Properties.java:408) at ch.qos.logback.core.model.processor.PropertyModelHandler.loadAndSetProperties(PropertyModelHandler.java:87) at ch.qos.logback.core.model.processor.PropertyModelHandler.handle(PropertyModelHandler.java:50)
Attachments
Issue Links
- links to
