Spring Security: how to exclude certain resources?

前端 未结 6 907
执笔经年
执笔经年 2020-11-30 02:37

I have the following definition...

    

        
6条回答
  •  独厮守ぢ
    2020-11-30 02:45

    I think you have to add use-expressions tag to your http configuration in security xml for example:

    
    ...
    ...
    
    

    Edit: Well I am not sure what version of spring security you are using. I know this works on 3.0 but for older versions I am not sure.

提交回复
热议问题