arquillian / arquillian-container-jetty

Arquillian Jetty Containers
7 stars 14 forks source link

Jetty 9 - HTTPContext is unaware of JSR-356 endpoints #14

Open joakime opened 10 years ago

joakime commented 10 years ago

With Jetty 9.1, JSR-356 is available.

These websocket server endpoints are not present in the HTTPContext object that Arquillian uses.

As WebSocket endpoints are not Servlets.

joakime commented 2 years ago

@starksm64 I see no change in arquillian core to address this.