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

Validate xContentType in PutWatchRequest. #31088

Merged
merged 4 commits into from
Jun 12, 2018
Merged

Commits on Jun 8, 2018

  1. Validate xContentType in PutWatchRequest.

    This closes elastic#30057. Trying to post a new watch by
    executing `POST _xpack/watcher/watch/my_watch`
    without any body will result in a NullPointerException.
    
    This change fixes that by validating that POST & PUT requests always
    have a non-null body.
    adhulipa committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    67ccbe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013252d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    610c0d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4d2613 View commit details
    Browse the repository at this point in the history