Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 1171 invoked by uid 98); 21 Jan 2003 14:04:13 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 1129 invoked from network); 21 Jan 2003 14:04:11 -0000 Received: from unknown (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 21 Jan 2003 14:04:11 -0000 Received: (qmail 4114 invoked by uid 500); 21 Jan 2003 14:02:48 -0000 Received: (qmail 4106 invoked from network); 21 Jan 2003 14:02:48 -0000 Received: from tomts16.bellnexxia.net (HELO tomts16-srv.bellnexxia.net) (209.226.175.4) by 208.185.179.12.available.above.net with SMTP; 21 Jan 2003 14:02:48 -0000 Received: from sympatico.ca ([64.230.110.133]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030121140248.VSZD10990.tomts16-srv.bellnexxia.net@sympatico.ca> for ; Tue, 21 Jan 2003 09:02:48 -0500 Message-ID: <3E2D5307.5070402@sympatico.ca> Date: Tue, 21 Jan 2003 09:02:47 -0500 From: Jeffrey Dever User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: [PATCH] Dependancy on Java 1.4 fix (attempt 2) References: X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N Checked in by Odi on Jan 16. (Just closing off this email thread) Kalnichevski, Oleg wrote: >Contributed by Michael Becke > >Changelog: >- HttpClient has now only two compile-time dependencies on Java 1.4 > org.apache.commons.httpclient.NTML.java > org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.java >- HttpClient should again be runnable on Java 1.2.2 >- All protocol related classes moved to org.apache.commons.httpclient.protocol package > >Oleg > > > > >-----Original Message----- >From: Michael Becke [mailto:becke@u.washington.edu] >Sent: Tuesday, January 14, 2003 2:35 PM >To: Commons Project >Subject: Fwd: [PATCH] Dependancy on Java 1.4 > > >Oleg, > >Here are the files. The classes in the new package >(org.apache.commons.httpclient.protocol) are attached separate from the >patch file. > >Enjoy, > >Mike > >Begin forwarded message: > > > >>From: Michael Becke >>Date: Sun Jan 5, 2003 9:58:25 PM US/Eastern >>To: "Commons HttpClient Project" >> >>Subject: [PATCH] Dependancy on Java 1.4 >> >>Attached is a patch plus a few new classes/interfaces. These should >>solve the 1.4/JSSE dependency problem caused by Protocol. The changes >>are as follows: >> >>- SocketFactory and SSLSocketFactory have been replaced by new >>interfaces ProtocolSocketFactory and SecureProtocolSocketFactory. >>- default implementations of the two ProtocolSocketFactories have been >>added. >>- all use of JSSE classes has been moved to the >>SSLProtocolSocketFactory class. >>- Protocol along with the new files have been moved to a new >>org.apache.commons.httpclient.protocol package. I'm not sure if this >>change is necessary, but it seemed cleaner. >> >>Enjoy, >> >>Mike >> >> >> >> >>------------------------------------------------------------------------ >> >>-- >>To unsubscribe, e-mail: >>For additional commands, e-mail: >>