Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
7.6.0
-
None
Description
When the WebSocketBehavior is used on 2 different pages URL of the first page is set as baseUrl and used also in second page.
Problem was introduced with this commit:
https://github.com/apache/wicket/commit/b6225514d9ad35a545750e2930485e212e95ca88
Method WebSocketSettings.getBaseUrl() should not set global baseUrl, but only return current baseUrl if global is not set.