[Seaside-dev] Issue 21 in seaside: Strange url when sessions expire

codesite-noreply at google.com codesite-noreply at google.com
Sat Jul 12 06:10:11 UTC 2008


Issue 21: Strange url when sessions expire
http://code.google.com/p/seaside/issues/detail?id=21

Comment #3 by philippe.marschall:
Wow, good catch. There is one problem with you fix though,
#unescapePercentsWithTextEncoding: is available starting with Squeak 
3.9 only. In
general we tried to be compatible with Squeak 3.8 and Squeak 3.7 mainly because
DabbleDB probably still uses Squeak 3.7.
http://blog.dabbledb.com/2008/07/nuts-bolts.html

For Seaside 2.8 we made a compatibility package (SeasideSqueak37). One 
option is that
we make something like this as well for Squeak 3.8

String >> #unescapePercentsWithTextEncoding: ignored
    ^ self #unescapePercents

or that we reimplement it from scracth.

I also updated WAUrlEncodingFunctionalTest so that is should really 
catch this issue now.

This is actually a duplicate of: http://code.google.com/p/seaside/issues/detail?id=79
and we didn't know it.


Issue attribute updates:
	Status: Started

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list