Community
Participate
Working Groups
Only API classes should be exposed.
Simone, I have committed a fix and tested briefly with cometd.war can you confirm and resolve this issue if all is OK.
hmmm this appears to work for a cometd.war file, but not for the mvn jetty:run in cometd-demo ????
I have removed WebSocketServlet to be a non-server class, because I think it should always be loaded by the webapp classloader. I do not see any failure with jetty:run. Can you specify what errors you get ?
Exposing only org.eclipse.jetty.websocket.WebSocket and org.eclipse.jetty.websocket.WebSocketFactory as system, non-server classes works fine for both war deployment and for the Jetty Maven Plugin.