Skip to content

Instantly share code, notes, and snippets.

@lurodrig
Created November 8, 2018 09:06
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 lurodrig/84c0bf35f184059fe27bb47e377f09af to your computer and use it in GitHub Desktop.
Save lurodrig/84c0bf35f184059fe27bb47e377f09af to your computer and use it in GitHub Desktop.
<web-app>
<module-name>web-module-1</module-name>
<filter>
<filter-name>CustomSecurityFilter</filter-name>
<filter-class>cross.context.security.filter.CustomSecurityFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>CustomSecurityFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment