Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.3
-
None
-
None
Description
if the current request does not contain a windowId the WindowContextManagerObserver tries to redirect to currend view and appends the windowId. But if the current view does not exists it calls getActionUrl with null. This causes an IllegalArgumentException instead of 404.
I will add a patch which prevent the redirect if the current viewId is null.