Ahhh, didn't notice the 's' character at the end of that protocol. Good
catch, and good point! However, it seems he is using the newer version.
-----Original Message-----
From: Eric Bardes [mailto:eric@xxxxxxxxxx]
Sent: Tuesday, April 20, 2004 8:39 PM
To: James Carman
Cc: 'Matt Avery'; 'Jason Kretzer/STAR BASE Consulting Inc.';
users@xxxxxxxxxx
Subject: Re: [cinjug-users] capture xml
On Tue, Apr 20, 2004 at 04:20:18PM -0400, James Carman wrote:
> That's DEFINITELY overkill for this situation. Using the URL class is
> sufficient here, as Eric pointed out.
I would agree. If your web request uses the GET method it's overkill.
POST method, on the other hand.
I would point out that in JDK versions 1.3.x and older don't include
SSL support. It's a few add-on classes and a config file or two.
Without the SSL support, the URL class won't work.
There's better howto than I would do justice. Google for JSSE and
the first few hits have good info on how to download, install and make
it work.
Or, use JDK 1.4.x if your standards allow for it.
|