Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 85808 invoked from network); 29 Sep 2004 02:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Sep 2004 02:29:49 -0000 Received: (qmail 34158 invoked by uid 500); 29 Sep 2004 02:29:46 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 33892 invoked by uid 500); 29 Sep 2004 02:29:43 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 33877 invoked by uid 99); 29 Sep 2004 02:29:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.160.230.40] (HELO mout.perfora.net) (217.160.230.40) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Sep 2004 19:29:42 -0700 Received: from minotaur.apache.org[209.237.227.194] (helo=[127.0.0.1]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKz1m-1CCUDr1Hgm-0005Za; Tue, 28 Sep 2004 22:29:39 -0400 X-Provags-ID: perfora.net abuse@perfora.net e2e4156964dfbcc4c642ec658fa7f9b9 Message-ID: <415A1E12.9060809@reverycodes.com> Date: Tue, 28 Sep 2004 22:29:38 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Remove AbstractCachingProcessingPipeline.cachedLastModified? References: <0MKv22-1CCEW43seM-0007Fd@mx.perfora.net> In-Reply-To: <0MKv22-1CCEW43seM-0007Fd@mx.perfora.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Carsten Ziegeler wrote: > Yes, it can be removed - I forgot about it :( Done. Can you check this part though (that I had not screwed it up ;-) @@ -796,7 +769,7 @@ if (outputStream == null) { outputStream = environment.getOutputStream(0); } - os.writeTo(environment.getOutputStream(0)); + os.writeTo(outputStream); } else { if (outputStream == null) { outputStream = environment.getOutputStream(this.outputBufferSize); > BTW, thanks for fixing my changes :) No prob. Vadim