Yes the applicationContext is correctly set.
I deeply debugged to understand how the HTTPConduit is built and it seems
that the <http:conduit> config is not considered...
Here calls I found during the debug:
PhaseInterceptorChain::doIntercept
MessageSenderInterceptor::handleMessage
HTTPConduit::prepare
URLConnectionHTTPConduit::setupConnection -->
message.put(KEY_HTTP_CONNECTION, connection);
URLConnectionHTTPConduit::createConnection
HttpsURLConnectionFactory::createConnection -->
tlsClientParameters ==
null
HttpsURLConnectionFactory::decorateWithTLS -->
socketFactory == null -->
keyManagers == null
URLConnectionHTTPConduit::createOutputStream
new URLConnectionWrappedOutputStream
...
SAAJOutInterceptor::handleMessage
...
UTF8Writer::mOut <- URLConnectionWrappedOutputStream
...
URLConnectionWrappedOutputStream::getHttpsURLConnectionInfo --> returns
new
HttpsURLConnectionInfo with empty localCertificates
Is it a normal behavior? It there something I don't understand or I
misunderstand?
--
View this message in context:
http://cxf.547215.n5.nabble.com/Sorry-CXF-Fediz-IDP-cannot-satisfy-your-request-tp5760366p5760465.html
Sent from the cxf-user mailing list archive at Nabble.com.