For our embedded integration tests we currently use Jetty 6.1.26, which is EOL since November 2010 (http://www.eclipse.org/jetty/documentation/current/what-jetty-version.html) and does not support Servlet 3.1(NXP-24386).
We should upgrade to a newer embedded server. We currently use Tomcat Embedded in CMIS and WebDAV tests so this could be a good switch, instead of upgrading to Jetty 9. In addition we run in a Tomcat so this would make some debugging more consistent.
- rename all the various Jetty* features and classes to a more generic ServletContainer* naming
- switch the underlying implementation to Tomcat (TomcatServerConfigurator)
- causes
-
NXDOC-2136 Portions of CORG documentation should be release-dependent
- Open
- is related to
-
NXP-26627 Properly handle filter mapping when registering a servlet filter for tests
- Resolved
-
NXDOC-1865 Update Unit Testing page
- Open
-
NXP-24386 Update to Servlet API 3.1
- Resolved
-
NXP-22535 Upgrade Jetty to latest version
- Resolved