[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch 184 (FileURLConnection formatting changes)
From: |
Brian Jones |
Subject: |
Re: Patch 184 (FileURLConnection formatting changes) |
Date: |
18 Mar 2002 08:53:18 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
"nicferrier" <address@hidden> writes:
> The methods I want to add only supplement the existing interface. I will
> submit a patch and you can take a look at it but they are essentially two
> things I was trying to achieve:
>
> - add a listing framework to the class, this is to support servlet container
> requirements
> - implement meta methods for Files, eg: getLastModified.
For Files, wouldn't you just want to do URL.getFile() and use the
File.getLastModified()? For web traffic, I think it is just part of
the request/response semantics, right?
> When I've done the formatting changes I'll submit another patch. It's fine
> if you don't approve it because I can deliver it with Paperclips.
Okay.
--
Brian Jones <address@hidden>