This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Patch: java.net.URL


On Friday, Oct 3, 2003, at 00:17 Pacific/Auckland, Michael Koch wrote:

I commited the attached patch to trunk. It cleans up java.net.URL to a
state where I think further merging with classpath isn't useful.
Others may have other opinions and should share them with the rest of
us.

I can't see any real reason why URL can't be completely merged, eventually. But, from reading the comments, it does sound like there might be some tricky issues for libgcj.


+  private static final String DEFAULT_SEARCH_PATH =
+    "gnu.java.net.protocol|sun.net.www.protocol";
+

What is sun.net.www.protocol? I don't think we want it!


Regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]