1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Exclude static resources from filter chain in tutorial sample.

This commit is contained in:
Luke Taylor
2011-09-25 22:30:14 +01:00
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">