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 2008/05/23 10:57:55 UTC

[jira] Created: (HARMONY-5841) [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary

[classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary
------------------------------------------------------------------------------------

                 Key: HARMONY-5841
                 URL: https://issues.apache.org/jira/browse/HARMONY-5841
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
            Reporter: Regis Xu


property java.naming.ldap.attributes.binary specifies attributes which have non-string syntax,
This property  can be specified by Context.addToEnvironment() method, the value of attributes which have no-string syntax,
returned by DirContext.getAttributes() , DirContext.search() methods as byte[] instead of String

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


[jira] Closed: (HARMONY-5841) [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary

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

Regis Xu closed HARMONY-5841.
-----------------------------


Verified. Thanks Sean.

> [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5841
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5841
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Regis Xu
>            Assignee: Sean Qiu
>         Attachments: HARMONY-5841.diff
>
>
> property java.naming.ldap.attributes.binary specifies attributes which have non-string syntax,
> This property  can be specified by Context.addToEnvironment() method, the value of attributes which have no-string syntax,
> returned by DirContext.getAttributes() , DirContext.search() methods as byte[] instead of String

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


[jira] Assigned: (HARMONY-5841) [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary

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

Sean Qiu reassigned HARMONY-5841:
---------------------------------

    Assignee: Sean Qiu

> [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5841
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5841
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Regis Xu
>            Assignee: Sean Qiu
>         Attachments: HARMONY-5841.diff
>
>
> property java.naming.ldap.attributes.binary specifies attributes which have non-string syntax,
> This property  can be specified by Context.addToEnvironment() method, the value of attributes which have no-string syntax,
> returned by DirContext.getAttributes() , DirContext.search() methods as byte[] instead of String

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


[jira] Updated: (HARMONY-5841) [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary

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

Regis Xu updated HARMONY-5841:
------------------------------

    Attachment: HARMONY-5841.diff

Would anyone want to try this one?

> [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5841
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5841
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Regis Xu
>         Attachments: HARMONY-5841.diff
>
>
> property java.naming.ldap.attributes.binary specifies attributes which have non-string syntax,
> This property  can be specified by Context.addToEnvironment() method, the value of attributes which have no-string syntax,
> returned by DirContext.getAttributes() , DirContext.search() methods as byte[] instead of String

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


[jira] Resolved: (HARMONY-5841) [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary

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

Sean Qiu resolved HARMONY-5841.
-------------------------------

    Resolution: Fixed

 Committed revision 660412.
Could you please verified the fix whether is  as your expected.

> [classlib][jndi][ldap] - add support for property java.naming.ldap.attributes.binary
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5841
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5841
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Regis Xu
>            Assignee: Sean Qiu
>         Attachments: HARMONY-5841.diff
>
>
> property java.naming.ldap.attributes.binary specifies attributes which have non-string syntax,
> This property  can be specified by Context.addToEnvironment() method, the value of attributes which have no-string syntax,
> returned by DirContext.getAttributes() , DirContext.search() methods as byte[] instead of String

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