Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 41412 invoked from network); 5 Dec 2009 08:21:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Dec 2009 08:21:39 -0000 Received: (qmail 70198 invoked by uid 500); 5 Dec 2009 08:21:38 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 70079 invoked by uid 500); 5 Dec 2009 08:21:37 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 70071 invoked by uid 99); 5 Dec 2009 08:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 08:21:37 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simone.tripodi@gmail.com designates 209.85.219.224 as permitted sender) Received: from [209.85.219.224] (HELO mail-ew0-f224.google.com) (209.85.219.224) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 08:21:35 +0000 Received: by ewy24 with SMTP id 24so4035057ewy.6 for ; Sat, 05 Dec 2009 00:21:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+NHIsC6GbuU7xoM8dS2WS9eCPbA+C1pJWH6QPJ0y1SQ=; b=TuRlY/IUVIisD/K3rcjnVitxo7COHQMdEc5QvnRh6LhjpDtgZ7/Tj6YS2QEwXYn2UA rvh1yO/cGW9Z85mCHS+QilNVz0KBMH2RqhhYa6G+1L30SNazt6x37Zz9EBjTRlZt0S6h wj8638Y94360S/2DB61xTM8Dd3+ritlJguaCk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=rz1A9w3C9VS3uF3FFCL2ChBDayfZ0BN6KwIlLFviSdiGugcMthsQeeAu1nC7PdE8Q5 dedbroiU+J+sxe3DotFULGm8yMrBX9IZs+loVfGIBAC0Vzn6Zb9I3Pp6el6lr4QWzKou FQwvUR3oWo003Z5Q5Um676XWgSzU3CU2Z2z4E= MIME-Version: 1.0 Received: by 10.213.38.200 with SMTP id c8mr4235200ebe.59.1260001273529; Sat, 05 Dec 2009 00:21:13 -0800 (PST) In-Reply-To: <1259998186.2597.8.camel@joske-laptop> References: <1259936136.2594.13.camel@joske-laptop> <4B191E31.2070602@indoqa.com> <1259996168.2597.5.camel@joske-laptop> <1259998186.2597.8.camel@joske-laptop> Date: Sat, 5 Dec 2009 09:21:13 +0100 Message-ID: <4173dc210912050021s18d055f2g6b6e62ba1d21a34f@mail.gmail.com> Subject: Re: closeLoudly() From: Simone Tripodi To: dev@cocoon.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Jos, nice to meet you :) Usually suggestions of this kind have to be submitted by the issue tracker: http://issues.apache.org/jira/browse/COCOON3 Make your own patch through the command line: svn diff -x -u Main.java > arg-fix.patch giving your patch file meaningful name. Goof job! Simo On Sat, Dec 5, 2009 at 8:29 AM, Jos Snellings wr= ote: > URLResponse.java: > > Modifying the finally-clause to remain silent: > > finally { > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0if (servletConnection !=3D null) > URLConnectionUtils.closeQuietly(servletConnection); > =C2=A0 =C2=A0 =C2=A0 =C2=A0} > > Jos > > --=20 http://www.google.com/profiles/simone.tripodi