summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-84/+0
* Fix for #2438 - ApplicationServlet should allow extendingArtur Signell2009-05-051-1653/+23
* Workaround for #2835 - Force Google App Engine to re-serialize after each req...Artur Signell2009-04-131-0/+5
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-65/+50
* Merged Testing Tools branchArtur Signell2009-04-031-46/+5
* Merge from 5.3 to 6.0:Henri Sara2009-03-251-1/+2
* improvements to "last-desperate-onunload-request" and security key handling. ...Matti Tahvonen2009-02-031-36/+44
* Fix for #2122 - Force IE8 to use IE7 compatibility mode in toolkit applicationsArtur Signell2009-01-301-0/+4
* Added a communication error system-message that is written to the client when...Marc Englund2009-01-231-3/+50
* relocated uri handling logic to CommunicationManagerMatti Tahvonen2009-01-091-77/+2
* fixes #2440. Relocated handling of uris for browser level windows form applic...Matti Tahvonen2009-01-091-12/+47
* Servlet 2.3 compatibility fix.Marc Englund2008-12-181-1/+1
* Made productionMode -message more noticeable and changed it to System.err.Marc Englund2008-12-171-2/+2
* switched setCharacterEncoding to use servlet 2.3 style codeMatti Tahvonen2008-12-171-2/+1
* Added more instructions to debug-mode console-message.Joonas Lehtinen2008-12-161-1/+1
* fixed validation problem (since [6219])Matti Tahvonen2008-12-161-2/+3
* Fixed #2340 : If widgetset is missing, an error should be shownJoonas Lehtinen2008-12-151-0/+9
* Fix for #2328 - Inverted debug mode into productionMode (defaults to false)Artur Signell2008-12-151-10/+26
* Timestamp parameter after .nocache.js to avoid caching. Fixes #2220Marc Englund2008-11-271-3/+5
* Changed double cookie submission to use JSESSIONID, can be disabled, cleaned up.Marc Englund2008-11-111-9/+1
* Double cookie submit pattern impl; fixes #2198Marc Englund2008-11-101-0/+30
* Application div id now contains hashcode, classname contains themename and ap...Marc Englund2008-11-101-1/+13
* fixes #2150, client side debug console now cannot be opened unless debug flag...Matti Tahvonen2008-11-041-30/+20
* Pass internal errors to application terminalError Artur Signell2008-10-211-0/+20
* Don't pass "APP" to getWindow(). Fixes #2146Marc Englund2008-10-101-1/+2
* Fix for #2087: the same loading indicator is show at application start that i...Jouni Koivuviita2008-10-061-1/+1
* Fixes #2087: added simple favicon support for themes.Jouni Koivuviita2008-10-061-0/+11
* tuning tabIndex behaviorMatti Tahvonen2008-09-261-4/+5
* fixes #1589, default value for Content-Disposition http headerMatti Tahvonen2008-09-231-0/+11
* Fixes #1970 : Need for a safe way to use application from multiple windows wi...Joonas Lehtinen2008-09-171-0/+3
* Invalidates session after saying 'session expired'. Fixes #1979Marc Englund2008-09-151-0/+4
* Fixes #2007 : Application runner includes application-class-name in pathinfoJoonas Lehtinen2008-09-031-4/+8
* Fixed some code not to affect warning with java 1.5Matti Tahvonen2008-09-021-2/+2
* Mass formatArtur Signell2008-09-021-5/+6
* fixes #2003, an error message for browsers without scripting supportMatti Tahvonen2008-09-011-1/+9
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-166/+152
* Fix for #1925 Main window caption flashes at wrong charset in the application...Artur Signell2008-08-081-0/+2
* fixes #1733, version information is now printed on clients "DebugConsole"Matti Tahvonen2008-08-061-14/+10
* Better error message in case the user had not set main windowJoonas Lehtinen2008-07-111-0/+4
* Fixes #1809 : Application doesn't load correctly when is server root directoryJoonas Lehtinen2008-06-141-0/+3
* Application runner was not adding a trailing slash to the applicationUrl, and...Marc Englund2008-06-101-2/+2
* Fixed #1673Joonas Lehtinen2008-05-301-20/+37
* Fixed double-scrollbar issue (IE,SA). Should now work as planned both w/ gene...Marc Englund2008-05-271-1/+2
* np check for browser and browsers string (needed for portlet integration)Matti Tahvonen2008-05-231-3/+5
* fixes #1636 (untested)Matti Tahvonen2008-05-161-40/+112
* Added support for Location http header for Download streamsMatti Tahvonen2008-05-161-0/+6
* Fixed one potential class cast bug.Marc Englund2008-05-081-4/+2
* Implements SystemMessages, that can be customized. Replaces Application.get/s...Marc Englund2008-05-081-56/+52
* It is now possible to specify widgetset and style as request attributes; port...Marc Englund2008-04-241-8/+44
* refactored default css rules to be in themes/default, added helperapplication...Matti Tahvonen2008-04-241-0/+22