Incompatibility between WAListener and WATask?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Incompatibility between WAListener and WATask?

Romain Robbes-2

        Hi List,

        If you go to:
http://localhost:8888/seaside/examples/store

        With WAKom as the server, everything works allright.
        If the server is WAListener, the title bar is rendered, but the main  
portion (which uses a Task to render itself), gets rendered as the  
following text:

HTTP/1.0 302 Location: http://localhost:8888/seaside/examples/store?
_k=ZyEeJfGZ&_s=uRkgkKeObcwDumUt&1 Content-Type: text/html; charset=utf-8

        Is this a known issue? I'm using the latest 2.7 seaside (2.7a1-mb.
205), with Comet installed. The problem manifests itself under both  
Safari and Firefox.

        Romain

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Incompatibility between WAListener and WATask?

Michel Bany

On 27 Feb 2007, at 11:44 , Romain Robbes wrote:

>
> Hi List,
>
> If you go to:
> http://localhost:8888/seaside/examples/store
>
> With WAKom as the server, everything works allright.
> If the server is WAListener, the title bar is rendered, but the  
> main portion (which uses a Task to render itself), gets rendered as  
> the following text:
>
> HTTP/1.0 302 Location: http://localhost:8888/seaside/examples/store?
> _k=ZyEeJfGZ&_s=uRkgkKeObcwDumUt&1 Content-Type: text/html;  
> charset=utf-8
>
> Is this a known issue? I'm using the latest 2.7 seaside (2.7a1-mb.
> 205), with Comet installed. The problem manifests itself under both  
> Safari and Firefox.
>

Yes, this is a known issue.
Streaming does not work with WATask, with cookies and with  
authentication.
More generally, anything that uses #returnResponse: does not work  
with streaming.
This has been discussed a few times on this mailing list.
Cheers,
Michel.



_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside