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] | |
Hi (from the gcj patches mailinglist, CCed classpath-patches)
On Tue, 2005-04-26 at 13:33 -0600, Tom Tromey wrote:
> >>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
>
> Tom> This patch imports gnu/java/net/protocol/https/Handler.java from GNU
> Tom> Classpath. It also removes Jessie from the default protocol search
> Tom> path, since GNU Classpath's https implementation obsoletes Jessie's.
> Tom> OK for mainline?
>
> Yes, thanks.
>
> We should probably remove jessie from URL in Classpath, if https is
> the only protocol handler it provides and it is obsoleted.
I imported that part of the patch:
2005-04-27 Thomas Fitzsimmons <fitzsim@redhat.com>
* java/net/URL.java: Remove org.metastatic.jessie from default
protocol search path.
Cheers,
Mark
P.S. Thomas, your original diff also contained unrelated changes to
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c and
javax/swing/JTextField.java. Be careful when committing.
diff -u -r1.46 URL.java
--- java/net/URL.java 23 Apr 2005 13:04:45 -0000 1.46
+++ java/net/URL.java 27 Apr 2005 10:19:46 -0000
@@ -125,7 +125,7 @@
public final class URL implements Serializable
{
private static final String DEFAULT_SEARCH_PATH =
- "org.metastatic.jessie|gnu.java.net.protocol|gnu.inet";
+ "gnu.java.net.protocol|gnu.inet";
// Cached System ClassLoader
private static ClassLoader systemClassLoader;
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |