Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chathurangat/5867663 to your computer and use it in GitHub Desktop.
Save chathurangat/5867663 to your computer and use it in GitHub Desktop.
<!--spring security filters start here-->
<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>
<!--spring security filters ends here-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment