RE: Best practices : browser checks by tomcat container

2006-05-24 Thread Tim Lucia
Can you not simply get the user agent header in tomcat? Why bother with browser match rules in Apache at all? Tim -Original Message- From: Rajeev Jha [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 6:53 AM To: users@tomcat.apache.org Subject: Best practices : browser checks

Best practices : browser checks by tomcat container

2006-05-23 Thread Rajeev Jha
Hi Right now our application supports only new set of browsers (firefox and IE 6+) so we need to display a custom Unsupported Browser page when user hits a servlet via apache front-end URL . The way we are planning to do this is 1) set environment variables in apache based on browser match