You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/11/26 18:02:44 UTC

[jira] Closed: (LANG-473) StringEscapeUtils.escapeJava () not escaping forward slash correctly.

     [ https://issues.apache.org/jira/browse/LANG-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb closed LANG-473.
---------------------


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