Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Greg Wilkins 7adbf247ec
Issue #5093 Static UrlEncoded (#5098)
* Issue #5093 Static UrlEncoded

Updated UrlEncoded to static only class with no synchronization

* Fixed additional tests

* fixed formatting

Signed-off-by: gregw <gregw@webtide.com>
2020-07-30 17:57:38 +02:00
.github Delete maven.yml 2020-07-28 20:32:30 +10:00
advisories Adding reference to patched versions of jetty-http jars 2015-02-25 16:10:06 -07:00
aggregates Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
apache-jsp Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
apache-jstl Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
build-resources Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-07-30 09:08:10 -05:00
examples Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-alpn Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-annotations Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-ant Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-bom Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-cdi Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-client Avoid using a protected Logger instance. 2020-07-27 16:05:03 +02:00
jetty-deploy Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-distribution Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-documentation Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-fcgi Avoid using a protected Logger instance. 2020-07-27 16:05:03 +02:00
jetty-gcloud Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-hazelcast Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-home Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-http Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-http-spi Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-http2 Avoid using a protected Logger instance. 2020-07-27 16:05:03 +02:00
jetty-infinispan Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-io Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-jaas Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-jaspi Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-jmx Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-jndi Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-jspc-maven-plugin Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-maven-plugin Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-memcached Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-nosql Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-openid Merge remote-tracking branch 'origin/release-9.4.31' into jetty-9.4.x 2020-07-30 09:02:35 -05:00
jetty-osgi Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-plus Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-proxy Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-quickstart Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-rewrite Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-runner Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-security Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-server Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-servlet Issue #5093 Static UrlEncoded (#5098) 2020-07-30 17:57:38 +02:00
jetty-servlets Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-slf4j-impl revert fail release 2020-07-10 15:04:22 +10:00
jetty-spring Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-start Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-unixsocket Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-util Issue #5093 Static UrlEncoded (#5098) 2020-07-30 17:57:38 +02:00
jetty-util-ajax Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-webapp Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
jetty-websocket Issue #4919 - make the SessionTracker the one to implement Graceful shutdown 2020-07-28 17:38:41 +10:00
jetty-xml Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05:00
logos Issue #4572 - Mechanical Change to use org.slf4j 2020-03-16 15:48:25 -05:00
scripts simplify release script to not call goals already triggered by eclipse-release profile 2020-05-31 09:04:59 +10:00
tests Issue #5093 Static UrlEncoded (#5098) 2020-07-30 17:57:38 +02:00
.gitattributes Adding mod & adoc to gitattributes 2018-08-02 08:57:58 -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
CODE_COVERAGE.md http-spi test improvement (#62) 2016-05-04 10:56:56 +10:00
CONTRIBUTING.md Testing gpg signature setup 2019-09-25 12:42:32 -05:00
Jenkinsfile remove test 2020-06-04 14:35:48 +10:00
Jmh_Jenkinsfile Merge branch 'jetty-9.4.x' into jetty-10.0.x 2019-07-09 12:57:26 +10:00
KEYS.txt add olamy key 2020-06-10 16:20:58 +10:00
LICENSE Issue #3578 - Adopt EPL-2.0 for Jetty-10. 2020-01-09 20:10:19 +01:00
NOTICE.txt Issue #3578 - Adopt EPL-2.0 for Jetty-10. 2020-01-09 20:10:19 +01:00
README.md Updating http to https 2019-11-05 16:23:49 -06:00
VERSION.txt Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-07-30 09:08:10 -05:00
header-template.txt Fixes #3578 - Adopt EPL-2.0 for Jetty-10. 2020-01-09 21:56:05 +01:00
pom.xml Updating to version 9.4.32-SNAPSHOT 2020-07-23 13:53:47 -05: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.