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 74fd429 commit 6fc409bCopy full SHA for 6fc409b
src/main/java/org/gridsuite/gateway/endpoints/ExploreServer.java
@@ -50,11 +50,6 @@ public String getEndpointName() {
50
return ENDPOINT_NAME;
51
}
52
53
- @Override
54
- public boolean hasElementsAccessControl() {
55
- return true;
56
- }
57
-
58
@Override
59
public Optional<AccessControlInfos> getAccessControlInfos(@NonNull ServerHttpRequest request) {
60
RequestPath path = Objects.requireNonNull(request.getPath());
0 commit comments