You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Panu Hämäläinen (JIRA)" <ji...@apache.org> on 2017/02/16 07:35:50 UTC

[jira] [Created] (CXF-7250) NPE in HTTPTransportActivator stop if DISABLE_DEFAULT_HTTP_TRANSPORT is true

Panu Hämäläinen created CXF-7250:
------------------------------------

             Summary: NPE in HTTPTransportActivator stop if DISABLE_DEFAULT_HTTP_TRANSPORT is true
                 Key: CXF-7250
                 URL: https://issues.apache.org/jira/browse/CXF-7250
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 3.1.8
            Reporter: Panu Hämäläinen


HTTPTransportActivator start() does not create the http service tracker if DISABLE_DEFAULT_HTTP_TRANSPORT is true. However, HTTPTransportActivator stop() does not check whether the service tracker reference is null or not when calling close (i.e. when the bundle is deactivated).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)