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=35938>.
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=35938

           Summary: [configuration] XMLConfiguration does not correctly
                    handle comma delimited lists
           Product: Commons
           Version: 1.1.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


XMLConfiguration has some issues with comma (or the currently set delimiter
character) delimited lists:

1) If an XML element contains the delimiter character, it will not be splitted
into a list element, but is taken as one property whose value contains the
delimiter character.

2) If an XML element contains an escaped delimiter character, the corresponding
property's value will be the exact string, including the escaping character.

3) If properties are set whose values contain escaped delimiters, no escaping is
performed when saving the configuration into a file. Thus when it is loaded the
next time, those properties are now list properties.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to