If I place the
<security-domain>jboss-web-policy</security-domain>
<valve>
<class-name>org.jboss.web.rewrite.RewriteValve</class-name>
</valve>
in jboss-web.xml
It will refer RewriteValve class.
My question is, does JBoss AS 7.1.1 comes with the org.jboss.web.rewrite package or JAR file (if so, where it is), OR, I'll need to download a JAR file which contains the package (if so, where can I download it and which JAR file)?
Thanks
Scott