Spring Security 3.0: How do I specify URLs to which a custom filter applies?

后端 未结 2 1117
借酒劲吻你
借酒劲吻你 2021-01-18 09:05

I am using Spring Security 3.0 with JSPs. I have created a RequireVerificationFilter that redirects unverified users to a \"verify your email\" page.

I added the fi

2条回答
  •  情深已故
    2021-01-18 09:21

    You should use org.springframework.security.web.FilterChainProxy for this. the attribute filter should only containts none:

    
          
    
    
    
            
                
            
    
    
    

提交回复
热议问题