Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Joakim Erdfelt 5b4d1dd1c6
Improved PathSpec handling for servletName & pathInfo (#7947)
* Introduce MatchedResource
* Introduce MatchedPath
* Improved group matching with optimized Tries
* Deprecate old APIs
* Introduced final preMatchedPath when possible

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Co-authored-by: Greg Wilkins <gregw@webtide.com>
2022-06-07 14:24:56 -05:00
.github all branches 2022-01-27 14:08:09 +10:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
advisories Adding reference to patched versions of jetty-http jars 2015-02-25 16:10:06 -07:00
aggregates Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
apache-jsp Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
apache-jstl Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
build-resources Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
examples Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-alpn Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-annotations Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-ant Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-bom Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-cdi Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-client Bump kerb-simplekdc from 2.0.1 to 2.0.2 2022-05-09 09:25:14 +00:00
jetty-continuation Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-deploy Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-distribution Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-documentation Bump asciidoctorj-diagram from 2.2.1 to 2.2.3 (#8076) 2022-05-31 08:19:13 -05:00
jetty-fcgi Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-gcloud Bump google-cloud-datastore from 2.6.0 to 2.7.0 2022-06-03 10:10:14 +00:00
jetty-hazelcast Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-home Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-http Improved PathSpec handling for servletName & pathInfo (#7947) 2022-06-07 14:24:56 -05:00
jetty-http-spi Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-http2 Fixes #7935 - Review HTTP/2 error handling (#7938) (#7978) 2022-05-11 14:24:17 -05:00
jetty-infinispan exclude log4j-core to avoid problem with m-enforcer-p see https://issues.apache.org/jira/browse/LOG4J2-3241 (#8094) (#8113) 2022-06-06 14:55:32 +10:00
jetty-io #4717 remove null check in doClose and change test so that it does not pass a null key to the ctor 2022-05-11 17:34:38 +02:00
jetty-jaas Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-jaspi Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-jmh Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-jmx Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-jndi Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-jspc-maven-plugin Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-maven-plugin Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-memcached Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-nosql Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-openid Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-osgi Bump org.apache.aries.spifly.dynamic.bundle from 1.3.4 to 1.3.5 (#7878) 2022-05-05 11:20:34 -05:00
jetty-plus Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-proxy Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-quickstart Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-rewrite Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-runner Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-security Fix #7918 Root path spec (#7919) 2022-04-26 15:28:31 -05:00
jetty-server Improved PathSpec handling for servletName & pathInfo (#7947) 2022-06-07 14:24:56 -05:00
jetty-servlet Improved PathSpec handling for servletName & pathInfo (#7947) 2022-06-07 14:24:56 -05:00
jetty-servlets Fix #8067 Use nanotime for DosFilter rate tracker (#8082) 2022-06-06 10:40:55 +10:00
jetty-spring Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-start Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-unixsocket Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-util Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-util-ajax Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-webapp Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
jetty-websocket Improved PathSpec handling for servletName & pathInfo (#7947) 2022-06-07 14:24:56 -05:00
jetty-xml Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
logos Adding logos 2016-07-08 08:45:26 -07:00
scripts Remove aggregate-jar build, prevents deploy 2022-01-27 10:48:27 -06:00
tests Bump org.apache.felix.framework from 6.0.3 to 7.0.5 (#8121) 2022-06-06 13:02:11 -05:00
.gitattributes Updating attributes 2020-09-25 09:48:38 -05:00
.gitignore Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-3550-QueuedThreadPool-cleanup 2019-04-25 06:53:07 +02:00
CONTRIBUTING.md Testing gpg signature setup 2019-09-25 12:42:32 -05:00
Jenkinsfile Build on jdk17 now. (#6675) 2021-08-28 07:10:26 -05:00
Jmh_Jenkinsfile a bit more time to run all jmh tests 2019-07-09 12:56:53 +10:00
KEYS.txt add GPG key and developer tag 2020-11-04 17:25:11 +01:00
LICENSE Correcting header text mentioning EPL 2.0, we are not EPL 2.0 yet, we are still EPL 1.0 2019-04-22 09:51:29 -05:00
NOTICE.txt Update Notice (#4395) 2019-12-17 07:40:19 +11:00
README.md Updating http to https 2019-11-05 16:23:49 -06:00
VERSION.txt Merge Release 9.4.46 (#7820) 2022-04-02 08:43:58 -05:00
header-template-doc.txt Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'. 2020-01-07 16:35:05 +01:00
header-template-java.txt Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'. 2020-01-07 16:35:05 +01:00
pom.xml Bump maven.surefire.plugin.version from 3.0.0-M5 to 3.0.0-M7 2022-06-06 23:35:14 +00:00

README.md

Eclipse Jetty Canonical Repository

This is the canonical repository for the Jetty project, feel free to fork and contribute now!

Submitting a patch or pull request?

Make sure you have an Eclipse Contributor Agreement (ECA) on file.

Project description

Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2 and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.

Documentation

Project documentation is available on the Jetty Eclipse website.

Building

To build, use:

  mvn clean install

The Jetty distribution will be built in jetty-distribution/target/distribution.

The first build may take a longer than expected as Maven downloads all the dependencies.

The build tests do a lot of stress testing, and on some machines it is necessary to set the file descriptor limit to greater than 2048 for the tests to all pass successfully.

It is possible to bypass tests by building with mvn clean install -DskipTests.

Professional Services

Expert advice and production support are available through Webtide.com.