This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] import https handler from GNU Classpath
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 26 Apr 2005 13:33:12 -0600
- Subject: Re: [patch] import https handler from GNU Classpath
- References: <1114478320.7455.87.camel@tortoise.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "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.
Tom