would anyone be opposed to disabling the Roller gzip filters for default installs?
to make it easier to toggle on/off i am thinking we can add a config property like "compressOutput.enabled" and make some small modifications to the CompressionFilter to check that property before compressing output. that seems better than forcing people to modify the web.xml file. this seems appropriate because most containers these days offer their own compression capabilities which means it's one more thing that we don't have to manage ourselves. obviously we can leave what we have in place for those users who still want it, but just have it disabled by default. this would be for Roller 2.1 -- Allen
