aboutsummaryrefslogtreecommitdiffstats
path: root/jrt/src/com/yahoo/jrt/Method.java
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/src/com/yahoo/jrt/Method.java')
-rw-r--r--jrt/src/com/yahoo/jrt/Method.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt/src/com/yahoo/jrt/Method.java b/jrt/src/com/yahoo/jrt/Method.java
index 89c66747e0b..e69c6bcd802 100644
--- a/jrt/src/com/yahoo/jrt/Method.java
+++ b/jrt/src/com/yahoo/jrt/Method.java
@@ -40,7 +40,7 @@ public class Method {
private String[] returnName;
private String[] returnDesc;
- private RequestAccessFilter filter = RequestAccessFilter.ALLOW_ALL;
+ private RequestAccessFilter filter = RequireCapabilitiesFilter.unclassified();
private static final String undocumented = "???";