Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
/ antisamy-filter Public archive

A Java filter using the OWASP AntiSamy API to help prevent XSS vulnerabilities

License

Notifications You must be signed in to change notification settings

born2snipe/antisamy-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use?

Define the following in your web.xml

<filter>
    <filter-name>antisamy-filter</filter-name>
    <filter-class>org.owasp.AntiSamyFilter</filter-class>
    <init-param>
        <param-name>antisamy-policy-file</param-name>
        <param-value>c:/directory/policy.xml</param-value>
    </init-param>
</filter>

About

A Java filter using the OWASP AntiSamy API to help prevent XSS vulnerabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages