[
https://issues.apache.org/jira/browse/CONFIGURATION-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16472054#comment-16472054
]
Sebb commented on CONFIGURATION-700:
------------------------------------
Yes, I used v 2.2 (I had assumed you were using 1.10, based on the initial
issue, however I now see your code was written for 2.2).
See the Test-input and Test-output attachments for the behaviour I am seeing.
Note that provided the code that reads the property file using standard methods
(such as java.util.Properties), it won't matter that
{noformat}
C\:\\ANC
is replaced by
C:\\ANC
{noformat}
If it *does* make a difference to your app, then the input file format is not a
standard properties format, and you cannot expect Commons Configuration to
preserve the exact syntax. In which case I suggest you use some form of text
editor which can preserve the exact layout.
To show that the two files are equivalent (apart from the value of id) I wrote
a program to show how java.util.Properties processes the input: Read.java
> Issue With backslash(\) and Forwardslash(/)
> -------------------------------------------
>
> Key: CONFIGURATION-700
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-700
> Project: Commons Configuration
> Issue Type: Bug
> Components: Build
> Affects Versions: 1.10
> Reporter: Amitabh Pandey
> Priority: Major
> Fix For: 1.10
>
> Attachments: Getting Output.jpg, Original Property File Contenet.jpg
>
>
> Dear Team,
> I am using commons-configuration-1.10.jar for updating property file in java.
> I have achieve all my requirement(Preserve comment, White space) with this
> API.But stuck at one point.It is not working as per my expectations with
> slash.Below is one example.
> I have below url in my properties file.
> *C\:ABC.net/wsdl*
> Now it is getting change to below after modification
> *C:ABC.net\/wsdl*
> Means it is removing the backslash and changing forwardslash to \/.I know it
> is escaping character. But is there any way to prevent this. I cant not
> change any thing in property file. I have to handle through code only.
> Because of only this issue I again moved to Java util API.
> Please check fix of this. Rest is excellent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)