Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made session reinitializing work again (#10411) | Artur Signell | 2012-11-29 | 1 | -3/+12 |
| | | | | Change-Id: I012a5154fa3cf0bba6f3289213744b740cf12059 | ||||
* | Fixed problems with invalidating the HttpSession during a request (#10411) | Artur Signell | 2012-11-28 | 2 | -4/+124 |
| | | | | Change-Id: I121d6999eababb7eaa53ba16fb8ed029cc154a12 | ||||
* | Defer session closing until the end of a request like with UIs (#10252) | Johannes Dahlström | 2012-11-23 | 1 | -1/+1 |
| | | | | Change-Id: I6231977a4d4f44cbee4a95664f0bef6acf4ca034 | ||||
* | Move LegacyWindow to its own file (#9917) | Johannes Dahlström | 2012-11-02 | 1 | -1/+1 |
| | | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5 | ||||
* | Update test to avoid doing cross domain loading | Leif Åstrand | 2012-10-26 | 2 | -3/+3 |
| | | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa | ||||
* | Test without https and cross domain window.location access (#9859) | Leif Åstrand | 2012-10-24 | 2 | -4/+5 |
| | | | | Change-Id: I1fcbaa9dcde2cf16b162e21e8fbf519a114bd261 | ||||
* | Use wildcard in test as google.com redirects based on browser settings | Leif Åstrand | 2012-10-17 | 1 | -2/+2 |
| | | | | Change-Id: Ic3289d158261031eb76c62eec1cd49a6bc5f4025 | ||||
* | Add VaadinService.closeSession + test (#9859) | Leif Åstrand | 2012-10-16 | 2 | -0/+195 |
| | | | | | | Also test that the HttpSession can be invalidated (#6093) Change-Id: I4e415fe15d7a734db81562e24a5ab6a7fbc5304b | ||||
* | Remove VaadinServletSession (#9638) | Leif Åstrand | 2012-10-01 | 1 | -9/+6 |
| | | | Change-Id: I0e25ba1a6d258b8601c009f6dc062b3f4bd3dbce | ||||
* | Move reinitialize session to VaadinService (#9638) | Leif Åstrand | 2012-09-28 | 1 | -1/+3 |
| | | | | | | | | This change adds reinitializeSession as a static method in VaadinService. The method is static because it affects the sessions of all VaadinService instances that are using the underlying session. Change-Id: Ia37567cb00e1f95aec344451299c99cb279a7275 | ||||
* | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 1 | -3/+3 |
| | |||||
* | Remove transaction listener support (#9402) | Leif Åstrand | 2012-09-05 | 1 | -84/+0 |
| | |||||
* | Rename WebApplicationContext -> ServletApplicationContext (#9402) | Leif Åstrand | 2012-09-03 | 1 | -3/+3 |
| | |||||
* | Rename AbstractWebApplicationContext to ApplicationContext (#9402) | Leif Åstrand | 2012-09-03 | 1 | -2/+2 |
| | |||||
* | Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) | Artur Signell | 2012-08-30 | 3 | -0/+192 |