Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P08, EE-4.3.0.GA_P03
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces 3.3
Description
On a new session (e.g. after clearing the browser's cache), if the first ajax request made contains execute="@all", then the browser is redirected to the landing page on the showcase.
For example, if you load the ace:autoComplete > Overview demo, and type a letter in the text field, it will redirect you to the landing page, instead. All other subsequent requests work normally, as expected.
Another example is loading the ace:dataExporter > Overview demo and clicking on the export button, or simple loading any non-overview demo
For example, if you load the ace:autoComplete > Overview demo, and type a letter in the text field, it will redirect you to the landing page, instead. All other subsequent requests work normally, as expected.
Another example is loading the ace:dataExporter > Overview demo and clicking on the export button, or simple loading any non-overview demo
This is a regression caused by the fixes for
ICE-11455. The sendBeacon request used by window disposal arrives after the GET request for the page load and triggers a navigation in showcase webapp. The browser is redirected to showcase's entry page because the dispose doesn't contain grp and exp parameters (used to choose the group and example).