Hello,

We have an application in php using Apache and we successfully limit the
access 
to users accessing the site with a specific browser by checking the User
Agent.
We modified httpd.conf like this:

SetenvIf User-Agent "^FedPol-Portal/2.0" Agent_OK
<Directory "x">
        Options Indexes FollowSymLinks Multiviews
        Order deny,allow
        Allow from env=Agent_OK
</Directory>

Now we have another server running Tomcat and we also need to limit the
access to
a specific browser, but I cannot find the way to do this. 

Do I have to change something in server.xml? Or develop something specific
(filter)?

thanks,

Kristof
-- 
View this message in context: 
http://old.nabble.com/Limit-Tomcat-to-a-specific-Browser-%28User-Agent%29-tp27652583p27652583.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to