Skip to content

Commit

Permalink
Add currently undocumented changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Nov 11, 2021
1 parent ff815f4 commit 05c2a4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/src/main/asciidoc/WebSocket.adoc
Expand Up @@ -1501,12 +1501,22 @@ subsequent changes to the MessageHandlers configured for the Session.
* https://github.com/eclipse-ee4j/websocket-api/issues/207[Issue 207]
Add a getter for the default platform configurator.

* https://github.com/eclipse-ee4j/websocket-api/issues/211[Issue 211]
Remove the restriction that, in a Jakarta web container environment, endpoints
can only registered during the deployment of the web application. Also add a new
method, `ServerContainer.upgradeHttpToWebSocket()` that allows a web application
to programmatically dispatch a request to a WebSocket endpoint.

* https://github.com/eclipse-ee4j/websocket-api/issues/228[Issue 228]
Clarify the expected behaviour for `Session.getRequestURI()`. The full RI should be returned.

* https://github.com/eclipse-ee4j/websocket-api/issues/235[Issue 235]
Clarify the expected handling of user properties.

* https://github.com/eclipse-ee4j/websocket-api/issues/382[Issue 382]
Clarify that a zero or negative value disables the session idle timeout and improve
the language used in the Javadoc for the other timeouts.

[[changes-since-jsr-356]]
=== Changes Between 2.0 and JSR-356

Expand Down

0 comments on commit 05c2a4d

Please sign in to comment.