소스 검색

Fix openid sample configuration.

Luke Taylor 15 년 전
부모
커밋
5939f17708
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml

+ 0 - 5
samples/openid/src/main/webapp/WEB-INF/applicationContext-security.xml

@@ -15,11 +15,6 @@
     <http pattern="/css/*" secured="false" />
     <http pattern="/js/*" secured="false" />
 
-    <http pattern="/stateless/*">
-        <intercept-url />
-        <http-basic />
-    </http>
-
     <http>
         <intercept-url pattern="/**" access="ROLE_USER"/>
         <logout/>