Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/273#discussion_r85375614 --- Diff: geode-assembly/src/test/java/org/apache/geode/rest/internal/web/SwaggerVerificationTest.java --- @@ -42,6 +44,7 @@ static Properties properties = new Properties() { { setProperty(START_DEV_REST_API, "true"); + setProperty(SECURITY_MANAGER, SampleSecurityManager.class.getName()); --- End diff -- using SamplesecurityManager will require you to use a json file as well. Use SimpleSecurityManager instead.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---