Skip to content
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

Issue #3884 - Pure WebSocketFrameListener should not process Continuation events #3885

Merged
merged 6 commits into from
Aug 5, 2019

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Jul 17, 2019

Signed-off-by: Joakim Erdfelt joakim.erdfelt@gmail.com

…tion events

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Copy link
Contributor

@marcphilipp marcphilipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not fix JettyAnnotatedEventDriver.

…ation events

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
@joakime
Copy link
Contributor Author

joakime commented Jul 17, 2019

Good catch.
I've updated the PR.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
+ If an annotated Jetty WebSocket Endpoint doesn't have
  a handler for data types TEXT or BINARY then the
  new NullMessage (sink) is used for that specific data type
  to consume (quietly) those ignored Messages.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Copy link
Contributor

@marcphilipp marcphilipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@joakime joakime added this to In Review in Jetty 9.4.20 Jul 31, 2019
Copy link
Contributor

@lachlan-roberts lachlan-roberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

theres a few things you might want to fix up with the tests first

but after that it looks good to merge

+ Test cases have been updated based on PR review
+ Fixing merge from `jetty-9.4.x` that caused a duplicate
  JettyListenerEventDriver.onContinuationFrame() method

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
@joakime joakime merged commit 69763a7 into jetty-9.4.x Aug 5, 2019
Jetty 9.4.20 automation moved this from In Review to Done Aug 5, 2019
@joakime joakime deleted the jetty-9.4.x-3884-websocket-frame-listener branch August 5, 2019 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Jetty 9.4.20
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants