DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30234

[configuration] clearXmlProperty doesn't remove list properties completely

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2004-07-21 15:54 -------
Thank you Brent, I'm already working on a patch with a recursive implementation
of clearXmlProperty but your test case is interesting. Given the following
configuration:

<configuration>
    <list>
        <item name="foo">bar</item>
    </list>
</configuration>

calling clearProperty("list") should not remove the "list.item" property, and
calling clearProperty("list.item") should not remove the "[EMAIL PROTECTED]"
property.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to