WEBSOCKET_SPEC-89 Extension unification
WEBSOCKET_SPEC-94 WebSocketEndpoint.configuration should be an optional parameter
WEBSOCKET_SPEC-84 Typo WebSocketResponse#getHeaders()
WEBSOCKET_SPEC-91 WebSocketOpen javadoc
WEBSOCKET_SPEC-86 PongMessage typo and formatting
WEBSOCKET_SPEC-95 Clarify @WebSocketOpen, @WebSocketClose, @WebSocketError can each only annotate one method per annotated endpoint
WEBSOCKET_SPEC-52 Define inheritance semantics for annotations
WEBSOCKET_SPEC-75 Consider requiring BASIC and DIGEST authentication schemes in the client container.
WEBSOCKET_SPEC-96 Allow Java primitives and boxed equivalents as message parameters to @WebSocketMessage methods
WEBSOCKET_SPEC-119 WebSocketContainer can't be a singleton
WEBSOCKET_SPEC-120 Allow multiple ClientContainers per VM
WEBSOCKET_SPEC-99 Define lifecycle and cardinality of encoders and decoders.
WEBSOCKET_SPEC-121 RemoteEndpoint#[sendPing()|sendPong()] should throw IOException
WEBSOCKET_SPEC-100 Clarify semantics of EJB SSB and Singletons and CDI managed beans - as-websockets
WEBSOCKET_SPEC-85 Some DefaultClientConfiguration methods return ClientEndpointConfiguration
WEBSOCKET_SPEC-102 CloseReason.CloseCodes
WEBSOCKET_SPEC-122 Behaviour of onMessage(some mutable object) not defined
WEBSOCKET_SPEC-127 Consider removing setBufferSize() on containers
WEBSOCKET_SPEC-130 Wrong javadoc for @WebSocketMessage return type
WEBSOCKET_SPEC-80 Semantics of undeploy of a websocket
WEBSOCKET_SPEC-53 Endpoint class qualifiers for @WebSocketEndpoint
WEBSOCKET_SPEC-117 Provide way to inform developers when connections timeout or close (without close frames being sent)
WEBSOCKET_SPEC-81 Consider using servlet security annotations to configure authorization and connection encryption
WEBSOCKET_SPEC-74 Consider scoping getOpenSessions() just to the endpoint
WEBSOCKET_SPEC-83 Define the portability semantics of ContainerProvider
WEBSOCKET_SPEC-93 ServerEndpointConfiguration#getEndpointClass() for annotated endpoints
WEBSOCKET_SPEC-92 Clarify javadoc on DecodeException
WEBSOCKET_SPEC-87 Session should extend Closeable
WEBSOCKET_SPEC-108 RemoteEndpoint#sendPing()/sendPong() data shouldn't exceed 125 bytes
WEBSOCKET_SPEC-105 Extension parameters ordering
WEBSOCKET_SPEC-88 CloseReason changes
WEBSOCKET_SPEC-112 ServerApplicationConfiguration#getAnnotatedEndpointClasses(Set<Class> scanned) using Class<?> instead of Class
WEBSOCKET_SPEC-104 Session - javadoc/error reporting
WEBSOCKET_SPEC-78 Specify extensions attribute in the annotation
WEBSOCKET_SPEC-72 Consider producing separate JAR files for client and server API bundles
WEBSOCKET_SPEC-113 Clarify websocket endpoints in EJB JARs do not need to be deployed