Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.4
-
None
-
Unknown
Description
CXF's WebSocket transport using atmosphere can use other web container. However, its transport factory has some jetty references and as a result, it is requiring jetty classes even when using other container such as tomcat.
Those references should be removed so that those jetty classes are not required when jetty is not used.