]> source.dussan.org Git - vaadin-framework.git/commit
Only support one Application per session (#9402)
authorLeif Åstrand <leif@vaadin.com>
Wed, 5 Sep 2012 07:42:27 +0000 (10:42 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 5 Sep 2012 08:39:36 +0000 (11:39 +0300)
commit0a64a44e5fc9e7f79d5540aefd39262d50424477
tree421220b2d7eafedcfdc1a1677a52819369b820ca
parentb0b1a13247bf931eb7f33ff6d0a88fc1833144e9
Only support one Application per session (#9402)
server/src/com/vaadin/server/ApplicationContext.java
server/src/com/vaadin/server/PortletApplicationContext2.java
server/src/com/vaadin/server/ServletApplicationContext.java
server/src/com/vaadin/server/VaadinPortlet.java
server/src/com/vaadin/server/VaadinServlet.java
uitest/src/com/vaadin/tests/application/ApplicationCloseTest.java