You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2009/04/27 04:54:30 UTC

[jira] Closed: (HARMONY-6100) [classlib][jndi] CompositeName.toString() should not escape "'"

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

Regis Xu closed HARMONY-6100.
-----------------------------


Verified. Thanks Tim.

> [classlib][jndi] CompositeName.toString() should not escape "'"
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6100
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6100
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M8
>            Reporter: Regis Xu
>            Assignee: Tim Ellison
>             Fix For: 5.0M10
>
>         Attachments: HARMONY-6100.diff
>
>
> test case:
>         System.out.println(new CompositeName("cn=test'sname").toString());
> RI output:
> cn=test'sname
> Harmony output:
> cn=test\'sname
> Harmony add extra escape char "\". Spec isn't clear on this case, it's better to be compatible with RI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.