Author: dkulp Date: Tue Dec 15 03:14:35 2009 New Revision: 890622 URL: http://svn.apache.org/viewvc?rev=890622&view=rev Log: Merged revisions 890611 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r890611 | dkulp | 2009-12-14 21:50:02 -0500 (Mon, 14 Dec 2009) | 10 lines Merged revisions 890464 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r890464 | dkulp | 2009-12-14 15:03:04 -0500 (Mon, 14 Dec 2009) | 2 lines [CXF-2223] Try to install a JRE Authenticator to handle proxy CONNECT requests. Not sure if this will work or not. ........ ................ Added: cxf/branches/2.1.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/CXFAuthenticator.java - copied unchanged from r890611, cxf/branches/2.2.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/CXFAuthenticator.java Modified: cxf/branches/2.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.1.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java?rev=890622&r1=890621&r2=890622&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java (original) +++ cxf/branches/2.1.x-fixes/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java Tue Dec 15 03:14:35 2009 @@ -290,7 +290,8 @@ fromEndpointReferenceType = true; } - initializeConfig(); + initializeConfig(); + CXFAuthenticator.addAuthenticator(); } /**
