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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8655

org.apache.stratum.configuration.PropertiesConfiguration does not parse properties 
files correctly

           Summary: org.apache.stratum.configuration.PropertiesConfiguration
                    does not parse properties files correctly
           Product: Turbine
           Version: 3.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Torque
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm not sure if this is the right product to log this bug against.

Anyway - org.apache.stratum.configuration.PropertiesConfiguration does not 
correctly read properties files with 'escape' codes. From the Java 
documentation for Properties:
  The key and value characters #, !, =, and : are written with a preceding
  slash (\) to ensure that they are properly loaded. 

However, when PropertiesConfiguration encounters a \: sequence, it reads it in 
as \\: rather than :

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

Reply via email to