Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't scan classpath for any development servlet (#14604) | Leif Åstrand | 2014-09-04 | 1 | -28/+0 |
| | | | | Change-Id: If3db4a35609260beff1079cbaafa8827643d9271 | ||||
* | Use a separate servlet instance for static files during testing | Artur Signell | 2014-08-21 | 1 | -6/+9 |
| | | | | | | | | There is something strange going on in Tomcat 8 and/or Atmosphere where the websocket endpoint is deployed for /VAADIN/* and not for /run/* when the same servlet is used Change-Id: If0f5d7b87e410feeb53d1407919fa30cc794468a | ||||
* | Fix web.xml element order issue (#14257) | Juuso Valli | 2014-07-21 | 1 | -2/+2 |
| | | | | | In some servlet definitions async-supported was before init-param Change-Id: I2d4886a0aa4c37bad3b0385e25b51e91d59a4c31 | ||||
* | Return a value on __gwtStatsEvent in Profiler (#11709) | Bogdan Udrescu | 2014-07-07 | 1 | -1/+10 |
| | | | | | | | | Calling GWT RPC throw an exception when __gwtStatsEvent doesn't return a boolean. This was in the Profiler.ensureNoLogger where the function assigned was empty. Change-Id: If97e15eb3c2c6512e80f3bde81ba180b8c95c947 | ||||
* | Speed up dev server startup | Leif Åstrand | 2014-06-17 | 1 | -8/+29 |
| | | | | | | | | - Don't have Atmosphere scan the entire classpath for annotations - Don't use load-on-startup = -1 since Jetty still inits the servlets - Avoid initing the integration test servlet for serving /VAADIN/* Change-Id: Ic6a650442a11ac87ce15dabce3acda12a9cc71b3 | ||||
* | Speed up development server again by not eagerly initing all servlets | Artur Signell | 2014-06-16 | 1 | -7/+7 |
| | | | | Change-Id: Iee32ef894cb50a4322f04250997ecfe032e570b1 | ||||
* | Add load-on-startup on web.xml to make demo run on Wildfly. | Sauli Tähkäpää | 2014-06-05 | 1 | -0/+7 |
| | | | | Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f | ||||
* | Timeout redirect timer is reset on server activity (#12446) | Henrik Paul | 2013-12-03 | 1 | -0/+15 |
| | | | | Change-Id: Iec2e3de627bc1cf5c7d39bf98715b1bf343e7519 | ||||
* | Updatet servlet tests to follow the same *Test naming convention | Artur Signell | 2013-10-08 | 2 | -2/+2 |
| | | | | Change-Id: I3c718232364f5ca7cce7131fa7685e4a2b833120 | ||||
* | Add async-supported to all servlets to enable push testing (#12573) | Artur Signell | 2013-09-17 | 1 | -0/+4 |
| | | | | Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c | ||||
* | Formatted XML files using defined rules (#11956) | Artur Signell | 2013-05-30 | 4 | -181/+175 |
| | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995 | ||||
* | Fix order in web.xml to pass validation (#11688, #11672) | Henri Sara | 2013-05-02 | 1 | -2/+2 |
| | | | | Change-Id: I84ae6cbded5982da9e9a67b58e9ff9a1617627b8 | ||||
* | Fixed invalid xml (#11688) | Artur Signell | 2013-05-02 | 1 | -3/+2 |
| | | | | Change-Id: I68f74ecbaf0ee2795dc3d80a96b5333232b3d1f4 | ||||
* | Updated web.xml to use servlet 3.0 and added a 2.4 compatible web.xml for ↵ | Artur Signell | 2013-05-02 | 2 | -3/+136 |
| | | | | | | older test servers (#11688) Change-Id: Iff9a4b0bbe70832ced7d71e1cfc0855cc0026320 | ||||
* | Enabled async-supported for integration and push servlets #11672" | John Ahlroos | 2013-04-26 | 1 | -0/+2 |
| | | | | Change-Id: I7797078da9c887d7853acd1f23866b67118e7aea | ||||
* | Re-added Property.toString warning messages (#10916) | Artur Signell | 2013-04-24 | 1 | -0/+4 |
| | | | | | | * Made it possible to toggle the toString() behavior using the "legacyPropertyToString" init parameter. The default value is "warning" which enables the legacy Property.toString implementation and logs a warning message when it is used. Other supported values are "true" which enables the legacy mode and "false" which disables it. Change-Id: Ife19352b86590464c8e441b7f82f4fec3b1f3235 | ||||
* | Added /run-push to tests to be able to test with push enabled (#11494) | Artur Signell | 2013-04-08 | 1 | -0/+14 |
| | | | | Change-Id: I5b7ce3406017e02ca7494d95090dbbaf9e3836e1 | ||||
* | Unified all portal integration tests to be based on JSR286Portlet (#8013, ↵ | Artur Signell | 2013-03-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | #9566, #11314) All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs. * eXo 3 test must be run on Firefox, does not work in Chrome * Liferay theme test is now a separate test which does not depend on the Liferay integration test * Changing to maximized state using an action URL does not work with GateIn or eXo * The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9 | ||||
* | Made servlet 2.4 schema compatible (#10723) | Artur Signell | 2013-01-14 | 1 | -1/+0 |
| | | | | Change-Id: I069ce2c8123483c665b298397a4725b6a47ab689 | ||||
* | Updated to servlet 2.4 (#10723) | Artur Signell | 2013-01-14 | 1 | -7/+5 |
| | | | | Change-Id: Ib3ec0bd74ce88216b4f94c188f57581e0c715c86 | ||||
* | When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵ | Johannes Dahlström | 2012-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | for longer than the session timeout * Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252) * Close the whole session at the same time as well * Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253) * Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253) * Rename UI lastHeartbeatTime to lastHeartbeatTimestamp * Show "Session Expired" notification when a heartbeat fails because of this Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6 | ||||
* | Moved init params after servlet name and class (#10040) | Artur Signell | 2012-10-23 | 1 | -2/+2 |
| | | | | Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb | ||||
* | Properly read heartbeat interval servlet parameter (#9987) | Johannes Dahlström | 2012-10-18 | 1 | -0/+17 |
| | | | | | | * Test that servlet parameters in general are read correctly Change-Id: I4a015070e5ce03cff0fee10e037b4df2c3df8219 | ||||
* | Bootstrap UI using relative URLs with servlets (#6771) | Leif Åstrand | 2012-10-08 | 1 | -1/+1 |
| | | | | | | | | * Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d | ||||
* | Updated GAE test to be UI based (#9816) | Artur Signell | 2012-10-01 | 1 | -5/+5 |
| | | | | Change-Id: I50a0ac7a8aca239e04806a8d6f9be1d9263e71dd | ||||
* | Fix "invalid" xml. | Leif Åstrand | 2012-09-25 | 1 | -5/+5 |
| | |||||
* | Allow specifying UIProvider using a servlet parameter (#9628) | Leif Åstrand | 2012-09-21 | 1 | -0/+17 |
| | |||||
* | Refactor UIProvider management and fix multi-servlet (#9619, #9637) | Leif Åstrand | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | Test which embeds two UIs on the same page (#9619) | Artur Signell | 2012-09-18 | 1 | -0/+25 |
| | |||||
* | Use LegacyVaadinPortlet for now (#9566) | Artur Signell | 2012-09-12 | 1 | -2/+2 |
| | |||||
* | Removed PortalDefaultWidgetSet (#9337) | Artur Signell | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460) | Leif Åstrand | 2012-09-03 | 1 | -2/+2 |
| | |||||
* | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460) | Leif Åstrand | 2012-09-03 | 1 | -2/+2 |
| | |||||
* | Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 2 | -3/+3 |
| | |||||
* | Revert "Change testing portlet parameter to use root instead of application" | Leif Åstrand | 2012-07-24 | 1 | -2/+2 |
| | | | | This reverts commit e566200882075e7b51d0fb0ab067cb5d14ac785a. | ||||
* | Change testing portlet parameter to use root instead of application | Leif Åstrand | 2012-07-23 | 1 | -2/+2 |
| | |||||
* | Include ApplicationRunnerServlet in test.war | Artur Signell | 2012-04-05 | 1 | -5/+1 |
| | |||||
* | #8311 Converted CRLF -> LF in css/html/xml files | Artur Signell | 2012-02-02 | 1 | -61/+61 |
| | | | | svn changeset:22852/svn branch:6.7 | ||||
* | Merged changes from 6.6 (#7692) | Henri Sara | 2011-09-30 | 1 | -0/+5 |
| | | | | svn changeset:21470/svn branch:6.7 | ||||
* | #7433 separate servlet configuration in web.xml to enable GAE testing | Henri Sara | 2011-08-17 | 1 | -0/+15 |
| | | | | svn changeset:20449/svn branch:6.7 | ||||
* | Removed unused test servlet from web.xml - problematic for GAE integration test | Henri Sara | 2011-08-17 | 1 | -18/+1 |
| | | | | svn changeset:20446/svn branch:6.7 | ||||
* | #7178 removed AddressBook, demo themes and many other demo related files | Henri Sara | 2011-08-12 | 1 | -133/+0 |
| | | | | svn changeset:20359/svn branch:6.7 | ||||
* | #7178 Remove portlet configuration for Address Book | Henri Sara | 2011-08-11 | 3 | -45/+0 |
| | | | | svn changeset:20300/svn branch:6.7 | ||||
* | #7178 moved Liferay theme test portlet to com.vaadin.tests.integration | Henri Sara | 2011-08-10 | 1 | -1/+1 |
| | | | | svn changeset:20277/svn branch:6.7 | ||||
* | #7178 replaced most demo portlets with a test portlet, use it in Liferay 5 ↵ | Henri Sara | 2011-08-10 | 4 | -201/+9 |
| | | | | | | integration test svn changeset:20276/svn branch:6.7 | ||||
* | #7178 removed com.vaadin.demo from VaadinApplicationRunner default packages | Henri Sara | 2011-08-10 | 1 | -1/+1 |
| | | | | svn changeset:20268/svn branch:6.7 | ||||
* | #7178 Removed most demos from web.xml and portlet configuration files | Henri Sara | 2011-08-10 | 4 | -221/+0 |
| | | | | svn changeset:20247/svn branch:6.7 | ||||
* | #7178 related: Removed test version of FeatureBrowser (two feature browser ↵ | Henri Sara | 2011-08-08 | 1 | -14/+0 |
| | | | | | | applications existed in project, probably since #3298 was fixed) svn changeset:20152/svn branch:6.7 | ||||
* | Liferay theme demo not instanceable, related test updates | Henri Sara | 2011-08-05 | 1 | -1/+1 |
| | | | | svn changeset:20124/svn branch:6.7 | ||||
* | #7266 removed sampler from Vaadin 6.7 (now separate), related screenshot updates | Henri Sara | 2011-08-04 | 4 | -64/+0 |
| | | | | svn changeset:20113/svn branch:6.7 |