Java. Lang. Noclassdeffounderror: Org/Apache/Commons/Httpclient/Protocol/Protocolsocketfactory
I Am Looking for a Jar Alternative for Commons-Httpclient-3.1. Jar. It Contains a Java Class Called Protocolsocketfactory. Protocolsocketfactory Class Is Not...
I am looking for a jar alternative for commons-httpclient-3.1.jar.
It contains a java class called ProtocolSocketFactory.
ProtocolSocketFactory class is not present in httpclient4 or httpclient5.
ProtocolSocketFactory particular class is referenced in opensaml-2.6.6.jar.
DefaultBootstrap.bootstrap();
As you can see it is referencing ProtocolSocketFactory from commons-httpclient-3.1.jar.
Any way to fix this issue related to commons-httpclient-3.1.jar whereby, i can remove the jar and still make opensaml work with some alternative to commons-httpclient.