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 #5320 - using jetty-websocket-httpclient.xml within webapp #5374

Merged
merged 13 commits into from Nov 2, 2020

Commits on Sep 30, 2020

  1. Issue #5320 - reproduce failure to load httpClient for WebSocketClien…

    …t in webapp
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 30, 2020
    Copy the full SHA
    00f05cb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Issue #5320 - Run jetty-websocket-httpclient.xml with server class ac…

    …cess.
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 1, 2020
    Copy the full SHA
    5b96f6f View commit details
    Browse the repository at this point in the history
  2. Issue #5320 - do all exception handling in XmlBasedHttpClientProvider

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 1, 2020
    Copy the full SHA
    81c88cd View commit details
    Browse the repository at this point in the history
  3. fix NPE from contextClassLoader in XmlBasedHttpClientProvider

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

Commits on Oct 2, 2020

  1. Copy the full SHA
    27a0879 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Parameterize testWebsocketClientInWebapp over both http and https

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

Commits on Oct 15, 2020

  1. Copy the full SHA
    6cd70ce View commit details
    Browse the repository at this point in the history
  2. Issue #5320 - use HttpClient classloader to load jetty-websocket-http…

    …client.xml
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 15, 2020
    Copy the full SHA
    1b07c84 View commit details
    Browse the repository at this point in the history
  3. Issue #5320 - also test WebSocketClient on server from WEB-INF/lib

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

Commits on Oct 30, 2020

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

    …20-WebSocketHttpClient
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 30, 2020
    Copy the full SHA
    3c3fcc3 View commit details
    Browse the repository at this point in the history
  2. update version to 9.4.34-SNAPSHOT

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

Commits on Nov 2, 2020

  1. Copy the full SHA
    458d67e View commit details
    Browse the repository at this point in the history
  2. changes from review

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