Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0-beta3
-
None
-
None
Description
As portlets don't have real urls but are served within the context of the portal application, the default behavior of Wicket to generate request relative URL is rewritten (for portlets) to generate context relative urls again.
The Wicket.Ajax.Request.stateChangeCallback function currently only expects request relative URLs and makes them fully qualified itself too.
For portlet support this the stateChangeCallback function needs to verify if the url already is fully qualified or context relative first before trying to making it qualified.