[Seaside] [VW7.4.1] The page cannot be displayed

Michel Bany michel.bany at gmail.com
Fri Jan 12 16:51:42 UTC 2007


Carl,

Another question. Are you using SeasideShortPath ?
There is an ugly bug in this parcel. I have a fix for that bug for  
which I am awaiting feedback.
If you are using this parcel you may also want to try my fix out.
Let me know.
Michel.

On 05 Jan 2007, at 18:32 , Carl Gundel wrote:

>>> So the fix would appear to be there alright.  Any thoughts?
>>
>> The second fix is in Smalltalk.VisualWave.Response>>writeCookies:
>>
>> Crossing fingers,
>
> Yeah, this is in there too.  :-/
>
> writeCookies: aStream
> self cookies isNil ifTrue: [^self].
> self cookies
>  do:
>   [:cookie |   cookie isNil
>    ifFalse:
>     [aStream
>      nextPutAll:
>        'Set-Cookie: ' , "A space needed by IE sometimes"
>           "(self headerEncode:" cookie valueString")";
>      crlf]].
>
> -Carl
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list