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] |
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.
+ private static final String DEFAULT_SEARCH_PATH = + "gnu.java.net.protocol|sun.net.www.protocol"; +
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |