Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 79052 invoked from network); 21 Jan 2001 17:43:43 -0000 Received: from e22.nc.us.ibm.com (32.97.136.228) by h31.sny.collab.net with SMTP; 21 Jan 2001 17:43:43 -0000 Received: from southrelay02.raleigh.ibm.com (southrelay02.raleigh.ibm.com [9.37.3.209]) by e22.nc.us.ibm.com (8.9.3/8.9.3) with ESMTP id MAA25720 for ; Sun, 21 Jan 2001 12:38:56 -0600 Received: from d04nm301.raleigh.ibm.com (d04nm201.raleigh.ibm.com [9.67.228.38]) by southrelay02.raleigh.ibm.com (8.11.1/NCO v4.95) with ESMTP id f0LHhjx86672 for ; Sun, 21 Jan 2001 12:43:45 -0500 Importance: Normal Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/tar TarEntry.java To: ant-dev@jakarta.apache.org X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000 Message-ID: From: "Sam Ruby" Date: Sun, 21 Jan 2001 12:31:43 -0500 X-MIMETrack: Serialize by Router on D04NM301/04/M/IBM(Release 5.0.3 (Intl)|21 March 2000) at 01/21/2001 12:43:45 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > donaldp 01/01/20 16:43:23 > > Modified: src/main/org/apache/tools/tar TarEntry.java > Log: > TarEntry.java was validating the maximum length for filenames > only in one place. The tar-task used another constructor. > Simply copied the verification to the other constructor to > do the check there also. Now throws a RuntimeException. Could we settle for a really stern warning instead? This breaks Xerces and Xalan. - Sam Ruby