You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrey Belyaev (JIRA)" <ji...@apache.org> on 2010/11/24 09:11:15 UTC

[jira] Updated: (WICKET-3190) NPE in WicketFilter when a Page is requested via websocket

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

Andrey Belyaev updated WICKET-3190:
-----------------------------------

    Attachment: WebSockets_NPE.zip

Sample Push project

> NPE in WicketFilter when a Page is requested via websocket
> ----------------------------------------------------------
>
>                 Key: WICKET-3190
>                 URL: https://issues.apache.org/jira/browse/WICKET-3190
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>         Environment: Win XP 32 bit
>            Reporter: Andrey Belyaev
>         Attachments: WebSockets_NPE.zip
>
>
> Trying to add push capability to Wicket using atmosphere framework. Created a Page that generates async responce on request. When the Page is requested using long-polling or streaming technique via HTTP it works OK, but trying to get responce via WebSocket causes NPE in org.apache.protocol.WicketFilter. 
> Project ZIP is attached. 
> Run it with mvn jetty:run and try to connect to "http://localhost:8080/atmosphere-wicket/" using web socket-enabled browser (e.g. the Chrome) and Firefox 3.6 that does not support web sockets. You should see NPE in console in first case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.