Repository: deltaspike Updated Branches: refs/heads/master a19d561de -> 7681a6d4d
DELTASPIKE-989 Document ClientWindow modes more detailed Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7681a6d4 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7681a6d4 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7681a6d4 Branch: refs/heads/master Commit: 7681a6d4dbbde1853803789b004290f841a7fa9f Parents: a19d561 Author: Thomas Andraschko <[email protected]> Authored: Wed Nov 25 23:18:37 2015 +0100 Committer: Thomas Andraschko <[email protected]> Committed: Wed Nov 25 23:18:37 2015 +0100 ---------------------------------------------------------------------- documentation/src/main/asciidoc/jsf.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7681a6d4/documentation/src/main/asciidoc/jsf.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/jsf.adoc b/documentation/src/main/asciidoc/jsf.adoc index 91fcf7e..2556aa5 100644 --- a/documentation/src/main/asciidoc/jsf.adoc +++ b/documentation/src/main/asciidoc/jsf.adoc @@ -129,9 +129,11 @@ not feasible as general solution. ==== CLIENTWINDOW -Each GET request results in an intermediate small html page which checks -if the browser tab fits the requested windowId. When the windowId is -valid, a unique token (called `dsrid`) will be generated for the current +Each GET request results in an intermediate small HTML page (aka "windowhandler"). +If the window.name is empty, a new windowId will stored into window.name. +If the window.name is already set, the windowhandler checks if the +window.name equals the requested windowId. When the windowId is valid, a unique +token (called `dsrid`) will be generated for the current request and added to the URL. In addition a cookie with with the dsrid/dswid will be added. On the server side, the verified windowId will be extracted from the cookie. For POST request detection, the
