2011/10/31 Ricardo Bayley <ricardo.bay...@gmail.com>: > 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
No. This filter has different purpose (you have read the docs?). You can always write your own. > <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. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org