You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2018/12/04 02:49:00 UTC

[jira] [Created] (CXF-7917) WebSocketDestinationFactory should check http-undertow or http-jetty on the classpath to determine which implementation should be used

Freeman Fang created CXF-7917:
---------------------------------

             Summary: WebSocketDestinationFactory should check http-undertow or http-jetty on the classpath to determine which implementation should be used
                 Key: CXF-7917
                 URL: https://issues.apache.org/jira/browse/CXF-7917
             Project: CXF
          Issue Type: Improvement
            Reporter: Freeman Fang


currently it checks jetty and undertow class which is a little bit vague, should check org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory
and
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngineFactory
instead



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)