Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We were testing the new DeltaSpike CLIENTWINDOW mode with "ClientWindowTokenizedRedirect" option enabled and noticed that if we open a link in a new tab (get-request), two redirects happen, e.g:
GET test
GET test?dsrid=590
GET test?dswid=-3402&dsrid=716
The windowhandler.html file is streamed twice in this scenario.
Maybe the redirection can be limited to one in those cases.