You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org> on 2005/06/16 08:07:47 UTC

[jira] Closed: (DIR-107) Bad Tags value

     [ http://issues.apache.org/jira/browse/DIR-107?page=all ]
     
Emmanuel Lecharny closed DIR-107:
---------------------------------

    Resolution: Invalid

The decoder is working simply because the implemented value are ... correct ! 

> Bad Tags value
> --------------
>
>          Key: DIR-107
>          URL: http://issues.apache.org/jira/browse/DIR-107
>      Project: Directory
>         Type: Bug
>  Environment: N/A
>     Reporter: Emmanuel Lecharny

>
> Some Tag value are not the one that are expected in the /apache-ldapber-provider/src/java/org/apache/ldap/common/berlib/asn1/LdapTag.java file :
> BIND_RESPONSE_TAG = 0x41000000 should be 0x61000000
> SEARCH_RESULT_DONE_TAG = 0x65000000 should be 0x45000000
> MODIFY_RESPONSE_TAG = 0x67000000 should be 0x47000000
> ADD_RESPONSE_TAG = 0x69000000 should be 0x49000000
> DEL_RESPONSE_TAG = 0x6b000000 should be 0x4B000000
> MODIFYDN_RESPONSE_TAG = 0x6d000000 should be 0x4D000000
> COMPARE_RESPONSE_TAG = 0x6f000000 should be 0x4F000000
> It seems that even with those bad values, the decoder still works. Strange ...
> (I may have made a mistake in some of those proposed values, as I didn't checked all of them with ethereal. But I may be close...)

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