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

[Security] Include an empty json object in an json array when FLS filters out all fields #30709

Commits on May 22, 2018

  1. [Security] Include an empty json object in an json array when FLS fil…

    …ters out all fields
    
    Prior to this change an json array element with no fields would be omitted from json array.
    Nested inner hits source filtering relies on the fact that the json array element numbering
    remains untouched and this causes AOOB exceptions in the ES side during the fetch phase
    without this change.
    
    Closes elastic#30624
    martijnvg committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b9797b5 View commit details
    Browse the repository at this point in the history
  2. iter

    martijnvg committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b959164 View commit details
    Browse the repository at this point in the history