You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/05/25 03:41:20 UTC

DO NOT REPLY [Bug 29192] New: - [configuration] Support escaped separators in keys

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

[configuration] Support escaped separators in keys

           Summary: [configuration] Support escaped separators in keys
           Product: Commons
           Version: 1.0 Alpha
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: smanux@lfjr.net


According to the documentation for java.util.Properties it's possible to put an
escaped key/value separator in a key, this is not currently supported by the
PropertiesConfiguration class:

http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html#load(java.io.InputStream)

"The key contains all of the characters in the line starting with the first
non-white space character and up to, but not including, the first unescaped '=',
':', or white space character other than a line terminator. All of these key
termination characters may be included in the key by escaping them with a
preceding backslash character;"

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org