martin-g commented on a change in pull request #469: URL: https://github.com/apache/wicket/pull/469#discussion_r636072596
########## File path: wicket-examples/src/main/java/org/apache/wicket/examples/websocket/JSR356Application.java ########## @@ -50,6 +50,7 @@ public void init() setRootRequestMapper(new HttpsMapper(getRootRequestMapper(), new HttpsConfig(8080, 8443))); mountPage("/behavior", WebSocketBehaviorDemoPage.class); + mountPage("/progress", WebSocketPushUpdateProgressDemoPage.class); Review comment: I think `/push` would be a better path. We, Wicket devs, know this functionality as `WebSocket Push`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org