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

Ensure internal scope extrators are always operating on a Map #6326

Merged
merged 1 commit into from May 28, 2014

Commits on May 28, 2014

  1. Mustache: Ensure internal scope extrators are always operating on a Map

    Mustache extracts the key/value pairs for parameter substitution from
    objects and maps but it's decided on the first execution. We need to
    make sure if the params are null we pass an empty map to ensure we
    bind the map based extractor
    
    Closes elastic#6318
    s1monw committed May 28, 2014
    Configuration menu
    Copy the full SHA
    a5866e2 View commit details
    Browse the repository at this point in the history