Hi folks, I am trying to filter access to my webapp by the HTTP_REFERER I thought this could be achieved with the Valve Componenent using the Remote Host Filter such as
<Valve className="org.apache.catalina.valves.RemoteHostValve" allow=" sub.mydomain.com"/> <Valve className="org.apache.catalina.valves.RemoteHostValve" allow=" mydomain.com"/> I am not have in success. Can this be achieved or should I use Apache httpd to proxy requests? Best regards Ricardo