Skip to content

Instantly share code, notes, and snippets.

@jeevan-patil
Created February 18, 2016 16:38
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 jeevan-patil/c7e35d54bef11af5ed0d to your computer and use it in GitHub Desktop.
Save jeevan-patil/c7e35d54bef11af5ed0d to your computer and use it in GitHub Desktop.
<filter>
<filter-name>XSS</filter-name>
<display-name>XSS</display-name>
<description></description>
<filter-class>com.filter.CrossScriptingFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>XSS</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