summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/GAEApplicationServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-417/+0
|
* Refactor Portlet URL handling based on Servlet URLs (#9168)Leif Åstrand2012-07-261-8/+16
|
* #8297 Do not use static logger instancesHenri Sara2012-06-051-15/+21
| | | | svn changeset:23882/svn branch:6.8
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* opening the servlet implementation for customized communication ( e.g. ↵Matti Tahvonen2011-01-191-1/+1
| | | | | | | | | jsonp, websockets) * WebApplicationContext implementation can now be overridden in servlets via getApplicationContext method. Deprecated createCommunicationManager method as it is now obsolete (introduced earlier in 6.5 branch, dontpush is the only known user). * opened getApplicationUrl for special implementations svn changeset:16950/svn branch:6.5
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-10/+10
| | | | svn changeset:15692/svn branch:6.5
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-19/+13
| | | | | | | | | - Changed some loglevels according to review - Don't log unecessary stacktraces in portlets - printStackTrace:s replaced with JUL logging - System.out and System.errs replaced with JUL logging svn changeset:15493/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-11/+7
| | | | svn changeset:14496/svn branch:6.4
* #4569 - criticalNotification can only be used in UIDL requestsArtur Signell2010-05-241-2/+4
| | | | | | | * Errors are now logged even if criticalNotification should fail * CriticalNotification produces an HTML page for non-UIDL requests svn changeset:13313/svn branch:6.3
* Removed extra serialVersionUIDsArtur Signell2010-03-181-2/+0
| | | | svn changeset:11974/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* App Engine datastore cleanup, fixes #3320Marc Englund2009-09-111-15/+179
| | | | | | | Improved javadoc. Improved logging. svn changeset:8737/svn branch:6.1
* Made error notifications overrideable; final commit for #2835Marc Englund2009-09-081-19/+27
| | | | svn changeset:8710/svn branch:6.1
* Upload examples did not serialize; for GAE supportMarc Englund2009-09-081-0/+13
| | | | svn changeset:8705/svn branch:6.1
* Google appengine support w/ own 'session handling' and synchronization. For ↵Marc Englund2009-09-041-38/+167
| | | | | | #3058 and #2835 svn changeset:8669/svn branch:6.1
* Appengine fixes; This version uses GAE sessions, but attempts to keep ↵Marc Englund2009-09-011-0/+96
synchronization using memcache. For #2835 svn changeset:8614/svn branch:6.1