Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 48940 invoked from network); 25 Nov 2002 18:40:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Nov 2002 18:40:52 -0000 Received: (qmail 27725 invoked by uid 97); 25 Nov 2002 18:41:54 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 27666 invoked by uid 97); 25 Nov 2002 18:41:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 27650 invoked by uid 97); 25 Nov 2002 18:41:52 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 25 Nov 2002 18:40:44 -0000 Message-ID: <20021125184044.10175.qmail@icarus.apache.org> From: jstrachan@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/jelly project.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jstrachan 2002/11/25 10:40:44 Modified: jelly/src/java/org/apache/commons/jelly/tags/jetty ResponseBodyTag.java jelly project.xml Log: Patch to use the latest version of Jetty which should hopefully fix the GUMP build problems. Revision Changes Path 1.3 +1 -1 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java Index: ResponseBodyTag.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ResponseBodyTag.java 30 Oct 2002 13:22:44 -0000 1.2 +++ ResponseBodyTag.java 25 Nov 2002 18:40:43 -0000 1.3 @@ -93,7 +93,7 @@ ByteArrayISO8859Writer writer = new ByteArrayISO8859Writer(1500); writer.write(getBodyText()); writer.flush(); - httpResponse.setContentLength(writer.length()); + httpResponse.setContentLength(writer.size()); writer.writeTo(httpResponse.getOutputStream()); } 1.92 +1 -1 jakarta-commons-sandbox/jelly/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.xml,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- project.xml 13 Nov 2002 18:48:30 -0000 1.91 +++ project.xml 25 Nov 2002 18:40:44 -0000 1.92 @@ -364,7 +364,7 @@ jetty - 4.1-rc6 + 4.2.2 -- To unsubscribe, e-mail: For additional commands, e-mail: