Forum Discussion
Krzysztof_Kozlo
Nimbostratus
Nov 10, 2006Compress::enable vs browser workarounds
As some of you may know, IE6 fails to handle the following header on compressed content:
Content-Disposition: inline; filename=xxxxxx.xxx
this results in dynamically-generated repo...
Krzysztof_Kozlo
Nimbostratus
Nov 15, 2006As long as I'm just talking to myself here, I'll answer my own question:
rule no_compress_inline_ie {
when HTTP_REQUEST {
if { [HTTP::header Content-Disposition] contains "inline" } {
if { [HTTP::header User-Agent] contains "MSIE" } {
COMPRESS::disable
}
}
}
I've got a case open to see why "Browser Workarounds" don't include this fix, but so far no one's answered that either.
Chris Kozlowski
Morgan Stanley Enterprise Infrastructure
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
