[Seaside-dev] Issue 58 in seaside: Internal server error when redirecting in the first request

codesite-noreply at google.com codesite-noreply at google.com
Fri Aug 29 14:12:55 UTC 2008


Issue 58: Internal server error when redirecting in the first request
http://code.google.com/p/seaside/issues/detail?id=58

Comment #1 by jfitzell:
The proper place to hook into WASession for the first request would be by  
overriding
#start:. If you want all requests, you could override #performRequest:  
instead.

If you really want to override #incomingRequest: for some reason, you  
should just
return a response rather than using #returnResponse: or something that  
calls it.


Issue attribute updates:
	Status: WontFix

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