You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/11/25 05:46:14 UTC

[jira] Resolved: (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 ]

Igor Vaynberg resolved WICKET-3190.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

the app works fine when started with the Start class in the supplied quickstart. its probably crashing because of some maven run plugin weirdness. please package as a war and deploy to confirm.

> 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
>            Assignee: Igor Vaynberg
>         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.