spring security j_spring_security logout problem

后端 未结 2 1940
野的像风
野的像风 2021-01-23 00:32

i am working on spring security. but the j_spring_security serlvet seems not working. how do i debug the problem, or at least look for the root cause? i dont see any useful log

2条回答
  •  半阙折子戏
    2021-01-23 00:46

    Spring Security requires a in web.xml in order to enable , see docs:

    
        
            org.springframework.security.web.session.HttpSessionEventPublisher
        
    
    

提交回复
热议问题