You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Xilai Dai (JIRA)" <ji...@apache.org> on 2017/09/19 07:50:00 UTC

[jira] [Created] (CXF-7509) The authSupplier property is ignored in case of OSGi http conduit configuration

Xilai Dai created CXF-7509:
------------------------------

             Summary: The authSupplier property is ignored in case of OSGi http conduit configuration
                 Key: CXF-7509
                 URL: https://issues.apache.org/jira/browse/CXF-7509
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 3.2.0, 3.1.12
            Reporter: Xilai Dai


Given a org.apache.cxf.http.conduits-abc.cfg which deployed into karaf OSGi container
{code}
url = .*

client.ConnectionTimeout = 50000
client.ReceiveTimeout = 50000
authSupplier = org.foo.auth.CustomAuthSupplier
{code}

When deploy a CXF WS client, "No Auth Supplier configured for Conduit" is printed from the DEBUG log
{code}
2017-09-18T14:50:03,402 | DEBUG | pool-43-thread-1 | e.cxf.transport.http.HTTPConduit  947 | 58 - org.apache.cxf.cxf-rt-transports-http - 3.1.12 | Conduit '{http://www.talend.org/service/}DemoServicePort.http-conduit' has been (re)configured for plain http.
2017-09-18T14:50:03,402 | DEBUG | pool-43-thread-1 | e.cxf.transport.http.HTTPConduit  401 | 58 - org.apache.cxf.cxf-rt-transports-http - 3.1.12 | No Trust Decider configured for Conduit '{http://www.talend.org/service/}DemoServicePort.http-conduit'
2017-09-18T14:50:03,402 | DEBUG | pool-43-thread-1 | e.cxf.transport.http.HTTPConduit  414 | 58 - org.apache.cxf.cxf-rt-transports-http - 3.1.12 | No Auth Supplier configured for Conduit '{http://www.talend.org/service/}DemoServicePort.http-conduit'
2017-09-18T14:50:03,403 | DEBUG | pool-43-thread-1 | e.cxf.transport.http.HTTPConduit  433 | 58 - org.apache.cxf.cxf-rt-transports-http - 3.1.12 | Conduit '{http://www.talend.org/service/}DemoServicePort.http-conduit' has been configured for plain http.
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)