[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 Apr 18 12:42:55 UTC 2008


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

New issue report by ssas... at seaswork.com.ar:
What steps will reproduce the problem?
1. override #incomingRequest: aRequest
2. intercept the very first request
3. redirect it to some arbitrary url

What is the expected output?
the destination page

What do you see instead?
the internal error

What version of the product are you using?
2.8a1-lr.541
On what operating system?

Please provide any additional information below.
I've patched it with:

WASession>>redirectTo: anUrl

	^ self returnResponse: (self redirectResponseFor: anUrl)

WASession>> returnResponse: aResponse
	"aborts all further processing and directly returns aResponse
	aResponse instance of WAResponse"
	^ escapeContinuation notNil
		ifTrue:[escapeContinuation value: aResponse]
		ifFalse: [aResponse]



Issue attributes:
	Status: New
	Owner: ----
	Labels: Type-Defect Priority-Medium

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