]> source.dussan.org Git - vaadin-framework.git/commit
Use window name "_self" with Page.setLocation (#12925)
authorJohannes Dahlström <johannesd@vaadin.com>
Thu, 30 Jan 2014 15:06:33 +0000 (17:06 +0200)
committerJohannes Dahlström <johannesd@vaadin.com>
Wed, 26 Mar 2014 14:15:59 +0000 (16:15 +0200)
commit22214b0f24612cc80288b8e8471ff555aafcbc6e
treef0328544154e732eee7282b0d5d78cd204a71147
parentc364912a86c5ffd236d78d38c843fcf8e5959262
Use window name "_self" with Page.setLocation (#12925)

This signals the client side to stop running so it will not eg.
flash a "session expired" dialog sent via push just before the
browser navigates away (see #12298). setLocation should thus
not be used to start downloads anymore.

Change-Id: Id11e4b4fe6ee93e3ac267879f8faa52c43b9c301
server/src/com/vaadin/server/Page.java