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/02/26 09:21:02 UTC

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

[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
             Fix For: 5.0M9


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.


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

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-6100.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.0M9)
                   5.0M10
         Assignee: Tim Ellison

Thanks Regis.

Patch applied to JNDI module at repo revision r768403.

Please check it was applied as you expected.


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


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

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu updated HARMONY-6100:
------------------------------

    Attachment: HARMONY-6100.diff

Would anyone want to try this fix?

> [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
>             Fix For: 5.0M9
>
>         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.


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

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ 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.