"nicferrier" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

