classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: RFC: enable Jessie by default


From: Tom Tromey
Subject: [cp-patches] Patch: RFC: enable Jessie by default
Date: 23 Mar 2005 14:43:21 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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  <address@hidden>

        * 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]