You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Darrel Drake <EB...@jp.ibm.com> on 2001/03/21 08:52:24 UTC

SSL Support: new Options.java

This is a re-post of my debugged version of Options.java. The previous
version reverts back to the default URL when you specify an https URL
without setting the "java.protocol.handler.pkgs" environment variable. It
should actually throw an exception saying "protocol not supported"; now it
does. And luckily I didn't have to touch the client sample to make this
change work. I think it's reasonable to expect client programs, as opposed
to the SOAP platform, to process this type of error, since it has to do
with user input.

Darrell Drake*      ドレイク・ダレル
IBM Japan, TRL      日本 アイ・ビー・エム
+81-46-215-4175     東京基礎研究所
EB92401@jp.ibm.com
* - Notes ID has a misspelling of my name

(See attached file: Options.java)