> Although there is nothing wrong with adding methods to > gnu/java/net/protocol/file/FileURLConnection.java; it could create > problems for users expecting support for the continued usability of > methods unrelated to the public API we're attempting to be compatible > with. Maybe if you could explain why you need those methods in > gnu/java/net/.../FileURLConnection and what they are it will make more > sense to me. It seems like you should be trying to use the public API > provided rather than distort some particular backend of our > implementation.
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. 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. Nic _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

