From commits-return-4937-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Thu Jun 09 22:52:22 2005 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 29545 invoked from network); 9 Jun 2005 22:52:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2005 22:52:22 -0000 Received: (qmail 81762 invoked by uid 500); 9 Jun 2005 22:52:21 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 81738 invoked by uid 500); 9 Jun 2005 22:52:21 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 81725 invoked by uid 99); 9 Jun 2005 22:52:21 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 09 Jun 2005 15:52:20 -0700 Received: (qmail 29484 invoked by uid 65534); 9 Jun 2005 22:52:15 -0000 Message-ID: <20050609225215.29483.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r189844 - /directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/codec/grammars/FilterGrammar.java Date: Thu, 09 Jun 2005 22:52:14 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Thu Jun 9 15:52:14 2005 New Revision: 189844 URL: http://svn.apache.org/viewcvs?rev=3D189844&view=3Drev Log: Fixed a bad transition=20 Modified: directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/co= dec/grammars/FilterGrammar.java Modified: directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/l= dap/codec/grammars/FilterGrammar.java URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/s= rc/java/org/apache/asn1/ldap/codec/grammars/FilterGrammar.java?rev=3D189844= &r1=3D189843&r2=3D189844&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/co= dec/grammars/FilterGrammar.java (original) +++ directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/ldap/co= dec/grammars/FilterGrammar.java Thu Jun 9 15:52:14 2005 @@ -345,7 +345,7 @@ // ... // We have to control the length to know if we have a completed le= vel or not. super.transitions[LdapStatesEnum.FILTER_NOT_LENGTH][0xA2] =3D new = GrammarTransition( - LdapStatesEnum.FILTER_NOT_LENGTH, LdapStatesEnum.FILTER_TA= G, + LdapStatesEnum.FILTER_NOT_LENGTH, LdapStatesEnum.FILTER_NO= T_VALUE, new GrammarAction( "Init Not Filter" ) { public void action( IAsn1Container container ) throws = DecoderException