[ 
http://issues.apache.org/jira/browse/CONFIGURATION-239?page=comments#action_12454742
 ] 
            
Narciso Oliveira Junior commented on CONFIGURATION-239:
-------------------------------------------------------

Hi!

Actually what I think needs to be done is to make the method 
setDelimiterParsingDisabled has the same behavior if you create an object using 
the PropertiesConfiguration(filePath)  constructor as it does for the 
constructor PropertiesConfiguration(). What do you think??

I don't know about the code, but I think when it loads the properties file, the 
code already loads the properties once an then if you use the method 
setDelimiterParsingDisabled after that , it doesn't affect 
anything....understand?? So if it is true It would be good to have a warning in 
java doc for this situation.

Thanks!

Narciso


> setDelimiterParsingDisabled doesn't work for 'new 
> PropertiesConfiguration(filePath)'
> ------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-239
>                 URL: http://issues.apache.org/jira/browse/CONFIGURATION-239
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.3 Final
>         Environment: Win XP SP2, IBM Java 1.4.2.x
>            Reporter: Narciso Oliveira Junior
>
> Hi!
> just would like to report an issue I found with a new (and very helpful) 
> improvement on version 1.3 of commons configuration, the issue is that 
> setDelimiterParsingDisabled method doesn't work if first creates 
> PropertiesConfiguration object using PropertiesConfiguration(filePath) 
> constructor. I needed to create the PropertiesConfiguration object using 
> PropertiesConfiguration(), use setDelimiterParsingDisabled(true) and then 
> load the configration file using load(filePath) method.
> Please let me know if you need more details.
> thanks for all your work on this fabulous library...commons rocks!
> Narciso

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to