]
James Perkins updated LOGMGR-115:
---------------------------------
Fix Version/s: 2.1.0.Alpha5
Writing the configuration file should handle properties with null
values
------------------------------------------------------------------------
Key: LOGMGR-115
URL:
https://issues.jboss.org/browse/LOGMGR-115
Project: JBoss Log Manager
Issue Type: Enhancement
Reporter: James Perkins
Priority: Minor
Fix For: 2.1.0.Alpha5
Currently in the configuration API if a property is set to {{null}} an NPE occurs during
the write and is swallowed. The idea was the {{removeProperty()}} should be used in the
API. We should though check for {{null}} values and either not write the value or leave
the value blank and have the reader for the configuration assume a value of 0 length is
{{null}}.