[Seaside-dev] Issue 67 in seaside: Conflict between WAKom, WAKomEncoded, WAKomEncoded39

codesite-noreply at google.com codesite-noreply at google.com
Sat May 17 10:49:08 UTC 2008


Issue 67: Conflict between WAKom, WAKomEncoded, WAKomEncoded39
http://code.google.com/p/seaside/issues/detail?id=67

Comment #2 by philippe.marschall:
Sorry but the fix is not bug-free ;-)

The problem is:

(SmalltalkImage current extractParameters
			at: 'PORT' ifAbsent: [ port ])
			asNumber

SmalltalkImage current extractParameters
			at: 'PORT' ifAbsent: [ port ]

might return nil and nil does not understand #asNumber





-- 
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