[Seaside] RE: iCal to Drupal requires Content-Encoding: gzip

Kogan, Tamara tkogan at cincom.com
Tue Sep 22 14:54:47 UTC 2009


Try:
SeasideHttpWriteHandler useGZipTransfer: true.

I agree with Boris that most likely having the Content-Disposition header field(Content-Disposition: attachment) in the Http message with a simple body is a problem.


Tamara Kogan 
Smalltalk development,
Cincom Systems
 

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org 
> [mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf 
> Of bobn at rogers.com
> Sent: Tuesday, September 22, 2009 10:46 AM
> To: Seaside List
> Subject: [Seaside] RE: iCal to Drupal requires Content-Encoding: gzip
> 
> >Boris
> >Quick search reveals something called #useGZipTransfer and
> >#useGZipTransfer:, perhaps you could just set that property 
> on a Seaside
> >adaptor? If not, Apache proxying your Seaside server can do 
> compression
> >for you (you may need to turn off HTTP chunking of responses).
> Our production Seaside is proxied by Apache, but for testing 
> we just use Seaside server. I did turn off chuncking (wget 
> was having issues with it on). 
> I did see how #useGZipTransfer was referenced, but I don't 
> understand how to set it. 
> How do you set #useGZipTransfer: to true in a Seaside adaptor?
> Thanks,
> Bob
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 


More information about the seaside mailing list