Re: [kaffe] issue with https, kaffe 1.1.3, and jessie 0.9.6

2004-02-05 Thread Helmer Krmer
On Wed, 04 Feb 2004 16:05:22 -0800 Mark Maxham [EMAIL PROTECTED] wrote: I have a very simple little program: I'm running kaffe 1.1.3 on Debian, and I have built the GNU Crypto from the latest CVS, as well as Jessie, also from the latest CVS. Here's my little test app: [ ... ] java

Re: [kaffe] issue with https, kaffe 1.1.3, and jessie 0.9.6

2004-02-05 Thread Dalibor Topic
Hallo Helmer, Helmer Krämer wrote: On Wed, 04 Feb 2004 16:05:22 -0800 Mark Maxham [EMAIL PROTECTED] wrote: Looks like URL.getURLStreamHandler() is using the wrong classloader to load the class of the handler (patch is attached). Should I check it in and file a bug against classpath? Yeah, please

[kaffe] issue with https, kaffe 1.1.3, and jessie 0.9.6

2004-02-04 Thread Mark Maxham
I have a very simple little program: I'm running kaffe 1.1.3 on Debian, and I have built the GNU Crypto from the latest CVS, as well as Jessie, also from the latest CVS. Here's my little test app: - import java.io.InputStream; import java.net.URL; import java.net.URLConnection; import