This closes #148
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cae188cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cae188cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/cae188cd Branch: refs/heads/feature/GEODE-1400 Commit: cae188cdaeb77e6c40c16ec26761ff886f339ad2 Parents: 525cd81 Author: Jinmei Liao <[email protected]> Authored: Thu May 26 09:43:14 2016 -0700 Committer: Jinmei Liao <[email protected]> Committed: Thu May 26 09:43:14 2016 -0700 ---------------------------------------------------------------------- geode-pulse/src/main/webapp/WEB-INF/spring-security.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/cae188cd/geode-pulse/src/main/webapp/WEB-INF/spring-security.xml ---------------------------------------------------------------------- diff --git a/geode-pulse/src/main/webapp/WEB-INF/spring-security.xml b/geode-pulse/src/main/webapp/WEB-INF/spring-security.xml index 3ba3876..b14d03d 100644 --- a/geode-pulse/src/main/webapp/WEB-INF/spring-security.xml +++ b/geode-pulse/src/main/webapp/WEB-INF/spring-security.xml @@ -27,7 +27,6 @@ http://www.springframework.org/schema/context/spring-context-3.2.xsd"> <http auto-config="true" use-expressions="true"> - <!-- Can be invoked w/o auth --> <intercept-url pattern="/Login.html" access="permitAll" /> <intercept-url pattern="/pulse/pulseVersion" access="permitAll" />
