Skip to content

Instantly share code, notes, and snippets.

@nasminspy
Created June 8, 2016 10:56
Show Gist options
  • Save nasminspy/ce30dd686ec5acccc4afcf3cf3bd5e1d to your computer and use it in GitHub Desktop.
Save nasminspy/ce30dd686ec5acccc4afcf3cf3bd5e1d to your computer and use it in GitHub Desktop.
<filter>
<filter-name>springSecurityFilterChain</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
</filter>
<filter-mapping>
<filter-name>springSecurityFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:security-context.xml</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment