BrowserMatch in Tomcat 5.5 +APR

2006-03-24 Thread Josh Colbeck
I'm looking for a way to duplicate the Apache BrowserMatch while only running Tomcat and APR. I'd like the server to check which browser is connecting and adjust some setting, like nokeepalive, base on that. Does anyone know how to do this, I have been unable to find any leads? Thanks

Re: BrowserMatch in Tomcat 5.5 +APR

2006-03-24 Thread Bill Barker
What is available is restrictedUserAgents=comma separated list of regex patterns (which forces all connections from those browsers to assume HTTP/1.0, which in particular, disables keep-alive), and noCompressionUserAgents=comma separated list of regex patterns which will disable compression