[ 
https://issues.apache.org/jira/browse/WICKET-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emond Papegaaij resolved WICKET-598.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1

Wicket 6 now features an experimental module that integrates the Atmosphere 
framework (wicket-atmosphere). With this module, ajax updates can be pushed to 
the client. All major browsers and webservers are supported, including jetty. 
This makes this feature request obsolete.
                
> Support jetty continuations in wicket
> -------------------------------------
>
>                 Key: WICKET-598
>                 URL: https://issues.apache.org/jira/browse/WICKET-598
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Peter Ertl
>            Assignee: Emond Papegaaij
>             Fix For: 6.0.0-RC1
>
>         Attachments: jetty-continuations.patch
>
>
> Using jetty continuations does not work on wicket.
> info about jetty continuations:
> http://docs.codehaus.org/display/JETTY/Continuations
> Calling jetty's
>    continuation.suspend(timeout);
> will fail as it raises an RetryRequest exception that is caught by wicket.
> It should be let through instead so jetty server will be able to handle it.
> I am no continuations expert but letting through the exception seems to be 
> enough to make this feature work and have a wonderful push model support 
> inside wicket :-)
> I will attach a patch that fixes the issue...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to