summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
* Merged changes from 6.6Henri Sara2011-10-031-7/+3
|\
| * Another fix for #7692 for JBoss 5+ and possibly other servers/class loaders.Henri Sara2011-09-301-7/+3
| * #7692 Improved logging based on reviewHenri Sara2011-09-291-1/+1
| * #7692 Improved logging based on reviewHenri Sara2011-09-291-4/+5
| * #7692 Cannot load static resources in /VAADIN from JARs on GlassFish and some...Henri Sara2011-09-291-2/+17
| * #7672 Fixed null handling in escaping for HTML.Henri Sara2011-09-271-0/+3
| * #7670 Prevent classpath based directory traversal in AbstractApplicationServl...Henri Sara2011-09-271-3/+54
* | Merged changes from 6.6 (#7692)Henri Sara2011-09-301-3/+19
* | Merged changes from 6.6Henri Sara2011-09-271-3/+57
* | Applied the patch suggested in #6917Jonatan Kronqvist2011-08-311-1/+1
* | Merged changes from 6.6.Henri Sara2011-08-311-2/+8
|\|
| * Adds possibility to fix the issue in #7497 by subclassing AbstractApplication...Jonatan Kronqvist2011-08-301-2/+8
| * fixes #7106 (touch device detection) and #7107 (client time issue)Matti Tahvonen2011-06-011-5/+11
* | #6499 Don't close the streams multiple timesLeif Åstrand2011-08-151-2/+0
* | #6499 AbstractApplicationServlet#handleDownload() does not close streams in c...Leif Åstrand2011-08-121-48/+55
* | Merge from 6.6Henri Sara2011-06-161-5/+11
|\ \ | |/ |/|
| * Fix javadoc error that caused Eclipse not to be able to save the file when us...Henri Sara2011-04-081-11/+13
| * #6687 : reverted part of api extension, not really needed. Merge from 6.6 bra...Matti Tahvonen2011-03-251-1/+1
| * merged #6687 fix from 6.6Matti Tahvonen2011-03-241-2/+2
| * Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - Mo...Artur Signell2011-03-241-2/+4
| * #6336 IE8 in compatibility mode does not workArtur Signell2011-02-091-8/+9
| * #6336 IE8 in compatibility mode does not workArtur Signell2011-02-081-11/+24
* | Fixes #6936 - extended the browser info timezone apiJonatan Kronqvist2011-05-051-1/+2
* | fixes #6724Matti Tahvonen2011-04-271-0/+12
* | Fixes #5423 Warns serverside if widgetset does not match vaadin versionMarc Englund2011-04-261-0/+18
* | #5546 Disabled compatibility mode for IE9 for testingArtur Signell2011-04-081-7/+3
* | Merged tests and fixes from 6.5Artur Signell2011-04-081-11/+13
* | Implements #6691 get timezone offset from client.Marc Englund2011-03-291-1/+1
* | reverted part of api extension, not really neededMatti Tahvonen2011-03-251-1/+1
* | Merged bugfixes and test updates from 6.5Artur Signell2011-03-251-2/+4
* | fixes #6687, opened critical terminal notifications for extensionMatti Tahvonen2011-03-241-2/+2
* | Merged changes from 6.5 branchHenri Sara2011-02-281-19/+33
|/
* opening the servlet implementation for customized communication ( e.g. jsonp,...Matti Tahvonen2011-01-191-15/+37
* some less critical improvements related to #6200Matti Tahvonen2011-01-071-8/+11
* javadoc fixMatti Tahvonen2011-01-041-4/+3
* Removed obsolete (?) pathInfo, previously (a very long time ago) used to iden...Matti Tahvonen2011-01-041-8/+0
* #6200: title now escaped properly, additional tuning for applicationVersion a...Matti Tahvonen2011-01-031-4/+64
* fixes #6200Matti Tahvonen2010-12-281-1/+7
* fixes #5261, default header now contains X-UA-Compatible = chrome1 to use chr...Matti Tahvonen2010-11-091-2/+3
* CommunicationManager implementation can now be replaced (instantiated via Abs...Matti Tahvonen2010-10-311-3/+18
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-3/+3
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-11/+19
* refactored handling of Receiver's lots of other upload related improvements. ...Matti Tahvonen2010-10-081-2/+13
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-1/+0