Created
November 8, 2018 09:06
-
-
Save lurodrig/84c0bf35f184059fe27bb47e377f09af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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