This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/1.3.x-fixes by this push:
     new 1c7c831  Revert "Adding CSRF part for the login form"
1c7c831 is described below

commit 1c7c83108154db21ae3ecf4ec86c3a93b9b9a461
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Oct 19 16:15:22 2017 +0100

    Revert "Adding CSRF part for the login form"
    
    This reverts commit ff25d3d658948835c2ee5c85a3f56ff778a34045.
---
 services/idp/src/main/webapp/WEB-INF/security-config.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/services/idp/src/main/webapp/WEB-INF/security-config.xml 
b/services/idp/src/main/webapp/WEB-INF/security-config.xml
index 87ba841..d8891e5 100644
--- a/services/idp/src/main/webapp/WEB-INF/security-config.xml
+++ b/services/idp/src/main/webapp/WEB-INF/security-config.xml
@@ -92,7 +92,6 @@
     
     <!-- HTTP/BA entry point -->
     <security:http pattern="/federation/up/**" use-expressions="true">
-        <security:csrf />
                <security:intercept-url requires-channel="https" 
pattern="/federation/up/login*" access="isAnonymous() or isAuthenticated()" />
         <security:custom-filter after="CHANNEL_FILTER" ref="stsUPPortFilter" />
         <security:custom-filter after="SERVLET_API_SUPPORT_FILTER" 
ref="entitlementsEnricher" />

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to