theigl commented on a change in pull request #417: WICKET-6761 Multiple 
websocket connections from the same session
URL: https://github.com/apache/wicket/pull/417#discussion_r395979587
 
 

 ##########
 File path: 
wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/res/js/wicket-websocket-jquery.js
 ##########
 @@ -76,6 +76,9 @@
                                        url += '?pageId=' + 
encodeURIComponent(WWS.pageId);
                                } else if (WWS.resourceName) {
                                        url += '?resourceName=' + 
encodeURIComponent(WWS.resourceName);
+                                       if (WWS.resourceToken) {
+                                               url += '&resourceToken=' + 
encodeURIComponent(WWS.resourceName);
 
 Review comment:
   Fixed.

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to