Hello All,

I'm observing weird behavior:
I'm displaying wicket page in iframe
For some unknown reason I'm getting NPE in [1] if page is being
reloaded both F5 and Shift+F5
Every second time I got NPE

The method is being called from [2], every second time
(HttpSession) userProperties.get("session") == NULL

maybe you know what can be done here?

[1] 
https://github.com/apache/wicket/blob/wicket-7.x/wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/AbstractWebSocketProcessor.java#L104
[2] 
https://github.com/apache/wicket/blob/wicket-7.x/wicket-native-websocket/wicket-native-websocket-javax/src/main/java/org/apache/wicket/protocol/ws/javax/JavaxUpgradeHttpRequest.java#L74

-- 
WBR
Maxim aka solomax

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to