mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Exclude static resources from filter chain in tutorial sample.
This commit is contained in:
parent
2953f56b2b
commit
9d66e1fac3
@ -15,6 +15,7 @@
|
||||
|
||||
<global-method-security pre-post-annotations="enabled" />
|
||||
|
||||
<http pattern="/static/**" security="none"/>
|
||||
<http pattern="/loggedout.jsp" security="none"/>
|
||||
|
||||
<http use-expressions="true">
|
||||
|
Loading…
x
Reference in New Issue
Block a user