[Seaside] Seaside vs Streaming

Philippe Marschall philippe.marschall at gmail.com
Sun Aug 19 22:27:38 UTC 2007


2007/8/19, Colin Putney <cputney at wiresong.ca>:
>
> On Aug 19, 2007, at 2:07 AM, Philippe Marschall wrote:
>
> > Since when are WATask and handling of errors during the rendering
> > phase or http basic authentication special cases? Given all the
> > breakage http response streaming introduces it should be default off
> > IMHO.
>
> Well, if streaming introduces breakage, we needn't do it at all. I'm
> assuming that this stuff can be made to work with streaming
> responses. Is there some reason they can't?

Error handling can never work because you already rendered stuff that
might already be sent.
WATask can not work with the current implementation (redirect in
#renderContentOn:).
WABasicAuthentication would need a completely different implementation
(no longer a global decoration).

Philippe


More information about the seaside mailing list