[
https://issues.apache.org/jira/browse/LANG-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651069#action_12651069
]
Sebb commented on LANG-473:
---------------------------
No idea - anyway JIRA is not the forum for such questions...
Please ask the question in the Commons User List; remember to prefix the
subject with [LANG]
> StringEscapeUtils.escapeJava () not escaping forward slash correctly.
> ---------------------------------------------------------------------
>
> Key: LANG-473
> URL: https://issues.apache.org/jira/browse/LANG-473
> Project: Commons Lang
> Issue Type: Bug
> Affects Versions: 2.4
> Environment: Solaris and Windows
> Reporter: Vishal Kala
> Fix For: 3.0
>
>
> We are trying to escape forward slash using StringEscapeUtils.escapeJava ()
> method. The output returned by this method is no longer a valid Java String.
> e.g.
> String s = "a/b/c";
> System.out.println(StringEscapeUtils.escapeJava (s));
> The output returned is a\/b\/c which is not a even a valid Java String.
> This was working fine in 2.0 release of this jar.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.