Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 30943 invoked from network); 16 Oct 2005 19:18:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2005 19:18:20 -0000 Received: (qmail 96024 invoked by uid 500); 16 Oct 2005 19:18:20 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 95981 invoked by uid 500); 16 Oct 2005 19:18:19 -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 95969 invoked by uid 99); 16 Oct 2005 19:18:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2005 12:18:19 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 16 Oct 2005 12:18:20 -0700 Received: (qmail 30834 invoked by uid 65534); 16 Oct 2005 19:17:58 -0000 Message-ID: <20051016191758.30833.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r322502 - /directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/ModifyRequestGrammar.java Date: Sun, 16 Oct 2005 19:17:58 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Sun Oct 16 12:17:52 2005 New Revision: 322502 URL: http://svn.apache.org/viewcvs?rev=322502&view=rev Log: Modified a transition which occurs when the Vals are null. Modified: directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/ModifyRequestGrammar.java Modified: directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/ModifyRequestGrammar.java URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/ModifyRequestGrammar.java?rev=322502&r1=322501&r2=322502&view=diff ============================================================================== --- directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/ModifyRequestGrammar.java (original) +++ directory/shared/ldap/trunk/apache2-provider/src/java/main/org/apache/asn1new/ldap/codec/grammar/ModifyRequestGrammar.java Sun Oct 16 12:17:52 2005 @@ -394,7 +394,7 @@ // Nothing to do super.transitions[LdapStatesEnum.MODIFY_REQUEST_VALS_VALUE][UniversalTag.SET_TAG] = new GrammarTransition( LdapStatesEnum.MODIFY_REQUEST_VALS_VALUE, - LdapStatesEnum.MODIFY_REQUEST_ATTRIBUTE_VALUE_TAG, null ); + LdapStatesEnum.MODIFY_REQUEST_ATTRIBUTE_VALUE_OR_MODIFICATION_TAG, null ); // AttributeTypeAndValues ::= SEQUENCE { // ...