We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5e32a commit df115d8Copy full SHA for df115d8
src/main/java/org/opensearch/security/filter/DelegatingRestHandler.java
@@ -70,6 +70,11 @@ public boolean allowSystemIndexAccessByDefault() {
70
return delegate.allowSystemIndexAccessByDefault();
71
}
72
73
+ @Override
74
+ public boolean isActionPaginated() {
75
+ return delegate.isActionPaginated();
76
+ }
77
+
78
@Override
79
public String toString() {
80
return delegate.toString();
0 commit comments