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.