-
Notifications
You must be signed in to change notification settings - Fork 282
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
Fix the inconsistent variable for DLS #2056
Conversation
Signed-off-by: Ryan Liang <[email protected]>
@cliu123 Can we backport this to 2.x? |
Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit 1efc512)
Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit 1efc512) Co-authored-by: Ryan Liang <[email protected]>
@dreamer-89 This change does not need to be backported. I'm not sure if there is a formal backporting policy written down anywhere, but in general I believe any dependency upgrades (especially those with security fixes) and requested bugfixes are backported. |
Backporting process is documented here https://github.com/opensearch-project/.github/blob/main/RELEASING.md#backporting |
Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Stephen Crawford <[email protected]>
…search-project#2083) Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit 1efc512) Co-authored-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang [email protected]
Description
Fixed the inconsistent variable with name "
documentWhitelist
" and changed it into "documentAllowlist
" with all its references inDlsFilterLevelActionHandler.java
.Issues Resolved
Resolve #1665
Check List
New functionality includes testingNew functionality has been documentedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.