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

codesite-noreply at google.com codesite-noreply at google.com
Sat Dec 27 12:39:37 UTC 2008


Comment #5 on issue 194 by renggli: Implement  forward  requests
http://code.google.com/p/seaside/issues/detail?id=194

Philippe, could you elaborate what a "forward requests" is?

Is it this: "forward() does not involve the client's browser. It just takes  
browser's current request, and hands it
off to another servlet/jsp to handle. The client doesn't know that they're  
request is being handled by a
different servlet/jsp than they originally called."

If so, why not just call #handleRequest: on another handler?

Why must special care taken for #returnResponse:? On the level of  
WARequestHandler and WARequestFilter
there is no #returnResponse:, these objects just return the response if  
they finished processing.


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