Thank you for this information.
That means that from b75 on, you don't have to supply the configuration
attribute anymore on the @WebSocketEndpoint.
(@WebSocketEndpoint in b12 of the websocket-api contains a default:
public Class<? extends DefaultServerConfiguration> configuration()
default javax.websocket.server.DefaultServerConfiguration.class;
)
Nice!
- Johan