Created
January 18, 2021 04:44
-
-
Save vrnsky/32234d345dd10c95d3bc8f487192ef4b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<filter> | |
<filter-name>Filter</filter-name> | |
<filter-class>ru.vrnsky.filter.LoggingFilter</filter-class> | |
</filter> | |
<filter-mapping> | |
<filter-name>Filter</filter-name> | |
<url-pattern>*</url-pattern> | |
</filter-mapping> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment