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

[configuration] Alternative delimiter

           Summary: [configuration] Alternative delimiter
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Configuration
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The properties are split on a default delimiter (the comma character ',') but
there is no way to change this delimiter. I'd suggest the addition of two
methods setDelimiter(char) and getDelimiter() in AbstractConfiguration to let
the user specify an alternative delimiter. We may want to apply a restriction on
the allowed delimiters, for example the '=' character is unlikely to be a viable
delimiter since it would create a conflict with the key/value delimiter in
PropertiesConfigution and in the Properties format of getProperties(String).

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

Reply via email to