[Seaside-dev] it wont halt

Lukas Renggli renggli at gmail.com
Mon Mar 30 17:04:24 UTC 2009


> handleFiltered: aRequestContext
>
>        (super handleFiltered: aRequestContext) ifNotNilDo:[:response|
>                self halt.
>                ^ response].
>
> can someone clarify why this won't halt? (s2.9a3 with flow)

In the current code base the error handling is highly customizable, so
maybe you want to check what error handler you are using?

We had lengthy arguments on how Seaside should handle sends to #halt
(http://code.google.com/p/seaside/issues/detail?id=227 and others). I
still think that Seaside should never ever swallow a #halt, not even
in productive code.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside-dev mailing list