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

Use Filter name to identify the WebSocketUpgradeFilter. #5648

Merged
merged 10 commits into from
Nov 23, 2020

Commits on Nov 13, 2020

  1. Use Filter name to identify the WebSocketUpgradeFilter.

    Don't allow configuration of WebSocketMapping attribute.
    The WebSocketUpgradeFilter is identified by it's name, which must be set as the fully qualified class name.
    
    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0493a11 View commit details
    Browse the repository at this point in the history
  2. add test for multiple WebSocketUpgradeFilters

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    165beff View commit details
    Browse the repository at this point in the history
  3. rename WebSocketMapping to WebSocketMappings

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6dad0b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. fix broken test: AltFilterTest

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    3b22c6b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. add test for a subclassed WebSocketUpgradeFilter

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f52e611 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    aba2c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a83a26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc4ee6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

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

    …WebSocketUpgradeFilter
    joakime committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    dfdcf3e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

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