Exclude static resources from filter chain in tutorial sample.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user