summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-1623/+0
* Rename VaadinContext -> AddonContext (#9273)Leif Åstrand2012-08-131-4/+4
* Register BootstrapListener to Application (#9274)Leif Åstrand2012-08-131-0/+1
* Use ServiceLoader to let add-ons register listeners (#9273)Leif Åstrand2012-08-091-0/+12
* Move common code to AbstractDeploymentConfiguration (#8574)Leif Åstrand2012-07-311-135/+17
* Support connector resources in portlets (#9059)Leif Åstrand2012-07-261-11/+6
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-66/+19
* Remove check for header not sent since svn revision [11874] (#9168)Leif Åstrand2012-07-261-2/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+8
* Added rootId to stream variables URLs (#9034)Artur Signell2012-06-291-5/+3
* Update #9048 based on reviewsLeif Åstrand2012-06-281-4/+5
* Support connector:// and use it for relative dependency urls (#9048)Leif Åstrand2012-06-281-1/+26
* Javadoc fixes (#8943)Artur Signell2012-06-251-1/+2
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-3/+3
* Moved connector tracking from Application to RootArtur Signell2012-06-211-6/+9
* Merge branch '6.8'Johannes Dahlström2012-06-191-10/+4
|\
| * Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
| * Remove document.write from bootstrap (#8924)Leif Åstrand2012-06-071-5/+7
* | Merge commit '17c14'Johannes Dahlström2012-06-121-27/+34
|\|
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-29/+38
| * Remove clientHeight/Width from WebBrowser (#5655)Leif Åstrand2012-05-221-2/+1
* | Merge commit 'a810ce'Johannes Dahlström2012-06-111-3/+12
|\|
| * Don't assume there's always an application (#8694)Leif Åstrand2012-05-071-3/+4
* | Send widgetset version with the first UIDL requestArtur Signell2012-05-111-63/+0
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-6/+7
|\|
| * Make sure the request timer is always stopped, better names #8694Jonatan Kronqvist2012-04-271-6/+9
| * Simplified fix for #8694Jonatan Kronqvist2012-04-271-6/+4
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-251-0/+5
|\|
| * Implemented #8694 - API providing profiling info for TestBench 3.xJonatan Kronqvist2012-04-191-0/+6
| * [merge from 6.7] fixes #8492, kickstart script query parameter can now be ove...Automerge2012-03-061-1/+12
| * #5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated ...Artur Signell2011-12-201-1/+2
* | Remove classloader field to make Application serializable (#8644)Leif Åstrand2012-04-161-1/+9
* | Close all URLConnections, not only Java6 specific FileURLConnection.Henri Sara2012-04-101-4/+2
* | Fixed potential problem with file descriptors remaining in useArtur Signell2012-04-051-1/+21
* | Enable loading Root subclasses with a custom class loader (#8542)Leif Åstrand2012-03-271-2/+4
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-1/+2
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-061-20/+19
* | Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-221-1/+1
* | Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-201-8/+0
* | Fix npe (#6619)Leif Åstrand2011-12-201-1/+1
* | #6619 AbstractApplicationServlet.init: parameters reading order is strangeLeif Åstrand2011-12-201-9/+10
* | #8052 Restore Portlet supportLeif Åstrand2011-12-141-6/+66
* | Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-141-17/+2
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
* | Initial support for lazy root creationLeif Åstrand2011-11-251-3/+13
* | Move ajax page generation code to AjaxPageHandlerLeif Åstrand2011-11-221-451/+17
* | Remove old Debug param and make productionMode available in ApplicationLeif Åstrand2011-11-221-9/+4
* | Drop support for request attributes used by support for portlet 1.0Leif Åstrand2011-11-221-144/+16
* | Initial migration of ajax page generation to a RequestHandler (#7888)Leif Åstrand2011-11-221-10/+3