REDEYE LABS / DOWNLOADSREDEYE LABS / DOWNLOADS

http-client-3-wrapper

This is a java wrapper around the old commons-http-client.3.1 HTTP client which not developed anymore.
The wrapper is using the new HttpClient 4.x and keeps binary compatibility.

The intention for developing this wrapper was using Axis 2 for accessing a Microsoft Exchange 2010 server which requires a NTLM2 authentication.

Not all methods are implemented, but it works for me.

Just remove the old commons-httpclient-3.1.jar and add http-client-3-wrapper to your project.

following additional libraries are required:

commons-codec-1.6.jar commons-logging-1.1.1.jar fluent-hc.4.2.1.jar httpclient-4.2.1.jar httpclient-cache-4.2.1 httcore-4.2.1.jar httmime-4.2.1.jar

If you have any questions about this you can contact http-client-wrapper at borger.co.at

The Project is now hosted on Sourceforge