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

Kogan, Tamara tkogan at cincom.com
Tue Sep 22 15:31:07 UTC 2009


You can also set 
SeasideTransport class>>defaultWriterBlock: aBlock
Where:
aBlock

	^[ SeasideHttpWriteHandler new
		shouldChunk: false;
		useGZipTransfer: true;
		yourself. ]

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 11:17 AM
> To: Seaside List
> Subject: [Seaside] RE: iCal to Drupal requires Content-Encoding: gzip
> 
> >Try:
> >SeasideHttpWriteHandler useGZipTransfer: true. ...
> >Tamara Kogan 
> >Smalltalk development,
> >Cincom Systems
> Thanks.  I was trying to set it in the context of a single 
> WAResponse; 
> I didn't think of changing the class value.
> 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