Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 10960 invoked from network); 24 Jun 2003 14:24:57 -0000 Received: from unknown (HELO mx1.trysybase.com) (63.102.81.233) by daedalus.apache.org with SMTP; 24 Jun 2003 14:24:57 -0000 Received: from mail.trysybase.com (mail.trysybase.com [172.20.0.10]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h5OEPoA24322 for ; Tue, 24 Jun 2003 08:25:50 -0600 Received: from wdn086 ([172.20.1.226]) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h5OEHvW03735 for ; Tue, 24 Jun 2003 08:17:57 -0600 Reply-To: From: "Adam Jack" To: "'Jakarta Commons Users List'" Subject: RE: [VFS][PATCH] URLFileObject Date: Tue, 24 Jun 2003 08:25:14 -0600 Message-ID: <013c01c33a5c$6dcf72e0$b1c5ea43@wdn086> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200306242007.33286.adammurdoch@apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks for doing this Adam, but is this the full patch? I think there became a problem if the open/connected sockets weren't closed. Anthony wrote a more comprehensive fix that included that. Also, did you get the exists() fix in there also? BTW: Could you check to see if there is an entry in bugzilla for VFS? I'd like to submit bug reports/patches properly through that. Last time I tried there was no entry. Thanks in advance. regards Adam -----Original Message----- From: Adam Murdoch [mailto:adammurdoch@apache.org] Sent: Tuesday, June 24, 2003 4:08 AM To: Jakarta Commons Users List Subject: Re: [VFS][PATCH] URLFileObject Hi, This has been committed. Thanks for the patch (and for your patience). On Sun, 11 May 2003 04:56 am, Anthony Eden wrote: > I added the following to the URLFileObject to support getting the last > modified time: > > protected long doGetLastModifiedTime() throws Exception > { > URLConnection conn = url.openConnection(); > conn.connect(); > return conn.getLastModified(); > } > > Sincerely, > Anthony Eden > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org -- Adam --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org