]
Brian Stansberry reassigned WFCORE-1592:
----------------------------------------
Assignee: Ken Wills (was: Brian Stansberry)
[~luck3y] Can you evaluate the code in the description and the linked fix and if it's
ok send up a PR? Thanks.
PropertiesFileLoader persists entries after deletion
----------------------------------------------------
Key: WFCORE-1592
URL:
https://issues.jboss.org/browse/WFCORE-1592
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.1.0.Final, 2.2.0.CR1, 2.2.0.CR2, 3.0.0.Alpha1
Reporter: Max Barkley
Assignee: Ken Wills
There is a bug in PropertiesFileLoader#persistProperties, specifically
[
here|https://github.com/wildfly/wildfly-core/blob/master/domain-managemen...].
Because of the write call in the else block, properties are persisted to the file even
after they have been deleted in memory.
[
Here|https://github.com/psiroky/uberfire/blob/2811baeac64805646d3943a096e...]
is a fixed implementation of persistProperties that we are using as a workaround.