That looks better.
Could you try to debug through the code of and check if the
org.apache.cxf.transport.http.auth.SpnegoAuthSupplier
is called and if it seems to be processed correctly?
I integrated this code in cxf but at the moment I have no kerberos
environment. So I can“t test myself.
Christian
Am 04.05.2011 15:58, schrieb [email protected]:
Sorry, my fault. I modified the code to simplify it. It should be:
Client client= ClientProxy.getClient(port);
HTTPConduit conduit = (HTTPConduit) client.getConduit();
HTTPClientPolicy policy= new HTTPClientPolicy();
policy.setAllowChunking(false);
conduit .setClient(policy);
AuthorizationPolicy auth = new AuthorizationPolicy();
auth.setAuthorizationType("Negotiate");
conduit.setAuthorization(auth);
###
--
Christian Schneider
http://www.liquid-reality.de
CXF and Camel Architect
SOPERA - The Application Integration Division of Talend
http://www.talend.com