Securing URLS
<http>
<intercept-url pattern="/static/**" access="permitAll" />
<intercept-url pattern="/login*" access="permitAll" />
<intercept-url pattern="/**" access="isAuthenticated()" />
</http>Last updated
<http>
<intercept-url pattern="/static/**" access="permitAll" />
<intercept-url pattern="/login*" access="permitAll" />
<intercept-url pattern="/**" access="isAuthenticated()" />
</http>Last updated