Re: Prevent Tomcat from using compression for IE6

2009-10-04 Thread Konstantin Kolinko
2009/10/5 gc2 : > (noCompressionUserAgents[i].matcher(userAgentValue).matches()) The above is the call to java.util.regex.Pattern.matcher(String).matches(). See JavaDoc of the java.util.regex.Pattern class for regular expressions syntax. Best regards, Konstantin Kolinko

Prevent Tomcat from using compression for IE6

2009-10-04 Thread gc2
code shows its using an exact string matcher. Please help if you can point me towards an answer or provide a simple example. Perhaps I'm missing the obvious solution, so I apologize in advance. Thanks gc http://www.nabble.com/Prevent-Tomcat-from-using-compression-for-IE6-tp25744755p25744755