Author: oheger Date: Tue Sep 9 17:56:46 2014 New Revision: 1623863 URL: http://svn.apache.org/r1623863 Log: [CONFIGURATION-570] Updated changes.xml.
Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1623863&r1=1623862&r2=1623863&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Sep 9 17:56:46 2014 @@ -69,6 +69,10 @@ listener from all child configurations. This fixes a possible memory leak. </action> + <action dev="oheger" type="fix" issue="CONFIGURATION-570"> + Fixed a possible ConcurrentModificationException when a SystemConfiguration + instance is passed to the append() or copy() methods. + </action> <action dev="oheger" type="fix" issue="CONFIGURATION-567" due-to="Shen liang"> XMLBeanDeclaration now escapes node names before they are used to determine nested properties.