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

Respect accept header on no handler #30383

Merged
merged 5 commits into from
May 4, 2018

Commits on May 4, 2018

  1. Respect accept header on no handler

    Today when processing a request for a URL path for which we can not find
    a handler we send back a plain-text response. Yet, we have the accept
    header in our hand and can respect the accepted media type of the
    request. This commit addresses this.
    jasontedor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    17e04cf View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    jasontedor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    9df027c View commit details
    Browse the repository at this point in the history
  3. Use error builder

    jasontedor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    ccc4b98 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into no-handler-accept

    * origin/master:
      Set the new lucene version for 6.4.0
    jasontedor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    e9a78a9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into no-handler-accept

    * master:
      Docs: remove transport_client from CCS role example (elastic#30263)
      [Rollup] Validate timezone in range queries (elastic#30338)
      Use readFully() to read bytes from CipherInputStream (elastic#28515)
      Fix  docs Recently merged elastic#29229 had a doc bug that broke the doc build. This commit fixes.
      Test: remove cluster permission from CCS user (elastic#30262)
      Add Get Settings API support to java high-level rest client (elastic#29229)
      Watcher: Remove unneeded index deletion in tests
    jasontedor committed May 4, 2018
    Configuration menu
    Copy the full SHA
    427e268 View commit details
    Browse the repository at this point in the history