Hey Steve,

It's because in IE6 and IE7, when downloading certain types of files (i.e. 
Zip files) via headers, they become corrupt when gzip compression is 
enabled.  It appears to be a common bug if you google it. So all I want to 
do is disable compression on a couple actions where files are downloaded via 
headers.

--Ian

----- Original Message ----- 
From: "Steve Daniels" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, March 05, 2008 3:54 PM
Subject: [symfony-devs] Re: Disable Compression per action?


>
> On 05/03/2008, Slick Rick <[EMAIL PROTECTED]> wrote:
>>
>>
>> Is there an easy way to disable compression for a single action via yml 
>> or
>> otherwise?  I tried just setting sfConfig::set('sf_compressed', false); 
>> in
>> the action, but I believe this is a little too late to define the 
>> setting.
>> Anyone know the best solution for this?
>>
>> Thanks!
>>
>> --Ian
>
> Hi Ian,
>
> Just wondering why you need this? If it's because your client can't
> support compression then you *shouldn't* have any problems because the
> client *shouldn't* report that it's gzip enabled and thus symfony
> won't sent it compressed content.
>
> Steve "Nosey Parker" Daniels
>
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to