|
Patch: RFC: enable Jessie by default: msg#00171java.classpath.patches
What do people think of letting our URL implementation know about Jessie by default? We recommend Jessie on our front page, so this seemed reasonable to me. (Also, in java-gcj-compat, we currently set java.protocol.handler.pkgs to handle this case; it would be nice to get rid of that.) If Jessie is not available, this won't have any impact that I can see. Tom Index: ChangeLog from Tom Tromey <tromey@xxxxxxxxxx> * java/net/URL.java (DEFAULT_SEARCH_PATH): Added org.metastatic.jessie. Index: java/net/URL.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/net/URL.java,v retrieving revision 1.43 diff -u -r1.43 URL.java --- java/net/URL.java 21 Feb 2005 16:21:49 -0000 1.43 +++ java/net/URL.java 23 Mar 2005 21:42:48 -0000 @@ -125,7 +125,7 @@ public final class URL implements Serializable { private static final String DEFAULT_SEARCH_PATH = - "gnu.java.net.protocol|gnu.inet"; + "org.metastatic.jessie|gnu.java.net.protocol|gnu.inet"; // Cached System ClassLoader private static ClassLoader systemClassLoader;
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Patch: RFC: ClassLoader and resolution, Archie Cobbs |
|---|---|
| Next by Date: | Re: Patch: RFC: ClassLoader and resolution, Tom Tromey |
| Previous by Thread: | Patch: RFC: ClassLoader and resolution, Tom Tromey |
| Next by Thread: | Re: Patch: RFC: enable Jessie by default, Michael Koch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |