You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/08/03 00:23:21 UTC

svn commit: r227091 - /directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/LdapConstants.java

Author: elecharny
Date: Tue Aug  2 15:23:18 2005
New Revision: 227091

URL: http://svn.apache.org/viewcvs?rev=227091&view=rev
Log:
Fixed the Controls_Tag value. It is not 0x90 but 0xA0

Modified:
    directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/LdapConstants.java

Modified: directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/LdapConstants.java
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/LdapConstants.java?rev=227091&r1=227090&r2=227091&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/LdapConstants.java (original)
+++ directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/LdapConstants.java Tue Aug  2 15:23:18 2005
@@ -82,7 +82,7 @@
     public static final int PRESENT_FILTER_TAG                  = 0x87;
     public static final int EXTENDED_RESPONSE_RESPONSE_NAME_TAG = 0x8A;
     public static final int EXTENDED_RESPONSE_RESPONSE_TAG      = 0x8B;
-    public static final int CONTROLS_SEQUENCE_TAG               = 0x90;
+    public static final int CONTROLS_TAG                        = 0xA0;
     public static final int AND_FILTER_TAG                      = 0xA0;
     public static final int OR_FILTER_TAG                       = 0xA1;
     public static final int NOT_FILTER_TAG                      = 0xA2;