Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 1517 invoked from network); 6 Nov 2006 08:42:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2006 08:42:40 -0000 Received: (qmail 96401 invoked by uid 500); 6 Nov 2006 08:42:50 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 95411 invoked by uid 500); 6 Nov 2006 08:42:48 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 95400 invoked by uid 99); 6 Nov 2006 08:42:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 00:42:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of foamdino@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 00:42:35 -0800 Received: by nf-out-0910.google.com with SMTP id p48so2425467nfa for ; Mon, 06 Nov 2006 00:42:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PSmIjRMZfac3PVYJFuosGdvFe7Ni0xu0ep8Xe6busBJrFLb4c7apJnTihS7xwEjvPwDiYr8M/yCvRfQgaljrN+6E/wcXTpoD4wTK4UdBqe1TaM3BRKh34EZh3re4y+vSB2OO+Vd1GiGIzvmQ5I7Um0fxBAT54JdRgcswyBpnJvk= Received: by 10.78.117.10 with SMTP id p10mr6469767huc.1162802534003; Mon, 06 Nov 2006 00:42:14 -0800 (PST) Received: by 10.78.122.17 with HTTP; Mon, 6 Nov 2006 00:42:13 -0800 (PST) Message-ID: Date: Mon, 6 Nov 2006 15:42:13 +0700 From: "Kevin Jackson" To: dev@tomcat.apache.org Subject: [patch] Slight changes to the ant tasks MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_31387_5984972.1162802533985" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_31387_5984972.1162802533985 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, Just looking through trunk and saw a few places where some minor tweaks could be applied: - use FileUtils to close readers/streams - use not - remove deprecated URLEncoder.encode() Thanks, Kev ------=_Part_31387_5984972.1162802533985 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org ------=_Part_31387_5984972.1162802533985--