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

Latest commit

 

History

History
13 lines (10 loc) · 363 Bytes

README.rdoc

File metadata and controls

13 lines (10 loc) · 363 Bytes

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>