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

Enable setting client.path.prefix='/' #30119

Merged
merged 4 commits into from
Jul 1, 2018

Commits on Jun 28, 2018

  1. Enable setting client.path.prefix='/' to ensure all request paths h…

    …ave a leading '/'.
    
    Some proxies require all requests to have paths starting with `/` since there are no relative paths
    at the http connection level. Elasticsearch oth just assumes paths are absolute. In order to run
    rest tests against a cluster behind such a proxy, specify `-Dtests.rest.client.path.prefix='/'`.
    beiske committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    77e0384 View commit details
    Browse the repository at this point in the history
  2. Changes after review

    beiske committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1f5410e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Remove superfluous line

    jasontedor committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    a45c414 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Cleanup

    jasontedor committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    3b59d9f View commit details
    Browse the repository at this point in the history