-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#getInstalledExtensions() never called in container #694
Comments
FYI it appears Undertow uses |
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 5, 2020
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 5, 2020
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 5, 2020
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 16, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: eclipse-ee4j#694
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 16, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: eclipse-ee4j#694
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 16, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: eclipse-ee4j#694
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 17, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: eclipse-ee4j#694
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 17, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: eclipse-ee4j#694
dansiviter
added a commit
to dansiviter/tyrus
that referenced
this issue
Apr 17, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: eclipse-ee4j#694
jansupol
pushed a commit
that referenced
this issue
Apr 22, 2020
Annotated endpoints will default the available extensions to WebSocketContainer#getInstalledExtensions if available. Signed-off-by: Dan Siviter <[email protected]> Bug: #694
Fixed by #695 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there is no way of defining default Extensions to be used in Tyrus (e.g. per-message deflate). It seems the
TyrusServerContainer#getInstalledExtensions()
is never called and therefore does not get populated intoDefaultServerEndpointConfig
.The only way is to manually define the application via
DefaultServerEndpointConfig.Builder
which precludes annotated endpoints from using it. There is a separate question about weather@ServerEndpoint
annotation should also define aextensions
field, but I've raised that in the Spec project (jakartaee/websocket#327).The text was updated successfully, but these errors were encountered: