Return-Path: Delivered-To: apmail-jakarta-ecs-dev-archive@jakarta.apache.org Received: (qmail 30878 invoked by uid 500); 5 Sep 2001 14:12:35 -0000 Mailing-List: contact ecs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: ecs-dev@jakarta.apache.org Delivered-To: mailing list ecs-dev@jakarta.apache.org Received: (qmail 30862 invoked from network); 5 Sep 2001 14:12:34 -0000 Message-ID: <3B9631F8.9010804@connectria.com> Date: Wed, 05 Sep 2001 09:08:56 -0500 From: Stephan Nagy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2+) Gecko/20010710 X-Accept-Language: en-us MIME-Version: 1.0 To: ecs-dev@jakarta.apache.org Subject: Re: change request. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Fixed. -stephan bchoi wrote: > Heya. I'd like to report a bug. I'm unfamiliar with how to submit a > bug report or a change request. Any help on that would be welcome. > > > > Anyway, the details of the bug are below. > > > > org.apache.ecs.ElementAttributes > > > > lines 354 to 358 are copied below. > > > > out.append(' '); > out.append(alterCase(attr)); > int iStartPos = out.length(); > out.append(alterCase(attr)); // repeated !! > if ( !value.equalsIgnoreCase(NO_ATTRIBUTE_VALUE) ) > > > > the line > > > > out.append(alterCase(attr)); > > > > is repeated. This creates tags