[Seaside-dev] Issue 194 in seaside: Implement forward requests

codesite-noreply at google.com codesite-noreply at google.com
Thu Oct 2 05:04:59 UTC 2008


Issue 194: Implement  forward  requests
http://code.google.com/p/seaside/issues/detail?id=194

Comment #3 by philippe.marschall:
Something along the lines of:

WARequestContext >> #filter: aRequest
     ^self handlers last handleRequest: (self
         server: self server
         request: aRequest)

Special are must be taken for #returnResponse:



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