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

Better handling of MicroProfile Rest Client Proxies #4918

Merged
merged 2 commits into from
Dec 2, 2021

Commits on Nov 29, 2021

  1. Better handling of proxy config.

    MicroProfile provides just a host and a port, yet the connectors
    expect to be able to read this as a URI. The TCK supplies
    the host as just "localhost" which the current connectors won't
    handle, since the lack of a preceding "http://" or equivalent
    means that the "localhost" gets picked up as the scheme and not
    the host.
    
    Signed-off-by: Andrew Pielage <[email protected]>
    Pandrex247 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    100d2e9 View commit details
    Browse the repository at this point in the history
  2. Add unit test

    Signed-off-by: Andrew Pielage <[email protected]>
    Pandrex247 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2c42b8a View commit details
    Browse the repository at this point in the history