You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2007/01/09 14:13:27 UTC

[jira] Created: (DIRSERVER-819) getMessageTypeName() of LdapMessage returns wrong name for CompareResponse

getMessageTypeName() of LdapMessage returns wrong name for CompareResponse
--------------------------------------------------------------------------

                 Key: DIRSERVER-819
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-819
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: ldap
    Affects Versions: 1.0
            Reporter: Pierre-Arnaud Marcelot
             Fix For: 1.0.1, 1.5.0


While reading the API of Shared LDAP, I noticed a wrong code in the "public String getMessageTypeName();" method of the LdapMessage class.

Line 220 :
#
# case LdapConstants.COMPARE_RESPONSE:
#              return "COMPARE_REQUEST";
#

the return should be :  "COMPARE_RESPONSE".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DIRSERVER-819) getMessageTypeName() of LdapMessage returns wrong name for CompareResponse

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSERVER-819.
--------------------------------------------


Thanks Emmanuel for 1.0.1.

Closed.

> getMessageTypeName() of LdapMessage returns wrong name for CompareResponse
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-819
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-819
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.0
>            Reporter: Pierre-Arnaud Marcelot
>             Fix For: 1.0.1, 1.5.0
>
>
> While reading the API of Shared LDAP, I noticed a wrong code in the "public String getMessageTypeName();" method of the LdapMessage class.
> Line 220 :
> #
> # case LdapConstants.COMPARE_RESPONSE:
> #              return "COMPARE_REQUEST";
> #
> the return should be :  "COMPARE_RESPONSE".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DIRSERVER-819) getMessageTypeName() of LdapMessage returns wrong name for CompareResponse

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

Emmanuel Lecharny resolved DIRSERVER-819.
-----------------------------------------

    Resolution: Fixed

Fixed in 1.0.1, 
http://svn.apache.org/viewvc?view=rev&rev=494403

> getMessageTypeName() of LdapMessage returns wrong name for CompareResponse
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-819
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-819
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.0
>            Reporter: Pierre-Arnaud Marcelot
>             Fix For: 1.0.1, 1.5.0
>
>
> While reading the API of Shared LDAP, I noticed a wrong code in the "public String getMessageTypeName();" method of the LdapMessage class.
> Line 220 :
> #
> # case LdapConstants.COMPARE_RESPONSE:
> #              return "COMPARE_REQUEST";
> #
> the return should be :  "COMPARE_RESPONSE".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRSERVER-819) getMessageTypeName() of LdapMessage returns wrong name for CompareResponse

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463272 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-819:
--------------------------------------------------

Fixed in trunks with commit 494401.

> getMessageTypeName() of LdapMessage returns wrong name for CompareResponse
> --------------------------------------------------------------------------
>
>                 Key: DIRSERVER-819
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-819
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.0
>            Reporter: Pierre-Arnaud Marcelot
>             Fix For: 1.0.1, 1.5.0
>
>
> While reading the API of Shared LDAP, I noticed a wrong code in the "public String getMessageTypeName();" method of the LdapMessage class.
> Line 220 :
> #
> # case LdapConstants.COMPARE_RESPONSE:
> #              return "COMPARE_REQUEST";
> #
> the return should be :  "COMPARE_RESPONSE".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira