소스 검색

Channel filter should be commented out by default.

Ben Alex 21 년 전
부모
커밋
c7991d8555
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      samples/contacts/etc/filter/web.xml

+ 2 - 2
samples/contacts/etc/filter/web.xml

@@ -67,12 +67,12 @@
 	
 	<!-- Remove the comments from the following <filter-mapping> if you'd
 	     like to ensure secure URLs are only available over HTTPS -->
- 
+    <!--
     <filter-mapping>
       <filter-name>Acegi Channel Processing Filter</filter-name>
       <url-pattern>/*</url-pattern>
     </filter-mapping>
-
+    -->
 	
     <filter-mapping>
       <filter-name>Acegi Authentication Processing Filter</filter-name>