logo       

Patch: RFC: enable Jessie by default: msg#00171

java.classpath.patches

Subject: Patch: RFC: enable Jessie by default

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>
Google Custom Search

News | FAQ | advertise