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

simplify the usage of WebSocketUpgradeFilter in jetty 10 #5413

Merged
merged 6 commits into from
Nov 6, 2020

Commits on Oct 9, 2020

  1. simplify the usage of WebSocketUpgradeFilter

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    94bafba View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    c40d14a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. revert to using init parameter to identify the WebSocketUpgradeFilter

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5d9c81a View commit details
    Browse the repository at this point in the history
  2. Don't enforce the default WebSocketMapping.

    If a user wants to use the WebSocketUpgradeFilter with a different WebSocketMapping,
    they can add the ServerContainer manually and put their own WebSocketMapping in.
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b327992 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-…

    …WebSocketUpgradeFilter
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    9c78e20 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. fix failures from incorrectly configured WebSocketUpgradeFilters

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    f857ac9 View commit details
    Browse the repository at this point in the history