Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The following test failed using an authorizer with java.lang and java.io packages specified as allowed. It's unclear at this time if the problem is related specifically to the java.io package or if it is a problem with how the JavaBeanAccessorMethodAuthorizer handles multiple parameters.
@Test public void test() throws NoSuchMethodException { Method disallowedJavaIOMethod = File.class.getMethod("getPath"); assertThat(authorizerWithStringAndIOPackageSpecified.authorize(allowedJavaIOMethod, new File(""))).isTrue(); }
Attachments
Issue Links
- is a child of
-
GEODE-6983 Epic for OQL Method Invocation Security
- Closed
- links to