Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Greg Wilkins 2d88fdf386 477278 Refactored DefaultServlet for cached Gzip & Etags
Refactored the DefaultServlet to better handle static gzipped files with etags in the cache.
Required a simplification of always having a HttpContent rather than the prior situation of
having either a Resource or a HttpContent.  So introduced a HttpContent.Factory, of which
the ResourceCache is the normal implementation, but there is also now a ResourceContentFactory
that creates content when there is no cache.

The Gzip resource is now associated with the normal resource, so less lookups are needed.
This also give scope for caching dynamic gzipping in the future.

The GzipHttpContent class has been introduced to send content with the headers of the
uncompress, but content of the compressed resource.
2015-09-17 18:19:58 +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 [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
apache-jsp [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
apache-jstl [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
examples 477123 - AsyncListener callbacks need context scope 2015-09-11 12:06:23 +10:00
jetty-alpn [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-annotations 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-ant [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-cdi [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-client 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-deploy 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-distribution [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-fcgi [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-http 477278 Refactored DefaultServlet for cached Gzip & Etags 2015-09-17 18:19:58 +10:00
jetty-http-spi [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-http2 477270 - Add ability to send a single PRIORITY frame. 2015-09-14 11:51:19 +02:00
jetty-infinispan 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-io [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-jaas 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-jaspi [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-jmx [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-jspc-maven-plugin [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-maven-plugin [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-monitor [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-nosql [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-osgi 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-overlay-deployer Removing [version] sections in modules 2015-06-12 09:14:34 -07:00
jetty-plus 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-proxy [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-quickstart [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-rewrite [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-runner [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-security 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-server 477278 Refactored DefaultServlet for cached Gzip & Etags 2015-09-17 18:19:58 +10:00
jetty-servlet 477278 Refactored DefaultServlet for cached Gzip & Etags 2015-09-17 18:19:58 +10:00
jetty-servlets 477278 Refactored DefaultServlet for cached Gzip & Etags 2015-09-17 18:19:58 +10:00
jetty-spring [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-start [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-util 477278 Refactored DefaultServlet for cached Gzip & Etags 2015-09-17 18:19:58 +10:00
jetty-util-ajax [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
jetty-webapp 477123 - AsyncListener callbacks need context scope 2015-09-11 12:06:23 +10:00
jetty-websocket 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
jetty-xml [maven-release-plugin] prepare for next development iteration 2015-08-27 10:11:29 -05:00
tests 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00
.gitattributes More fixes for Windows build 2013-11-04 16:50:18 -07:00
.gitignore Adding <c:catch> JSTL test cases 2015-07-23 16:11:16 -07:00
CONTRIBUTING.md 459655 - Remove SPDY and NPN. 2015-02-11 16:18:07 +01:00
LICENSE-eplv10-aslv20.html 392237 renamed license file 2012-10-18 14:33:23 +11:00
NOTICE.txt updated NOTICE.txt for possible ALPN inclusion 2015-03-26 14:24:38 +11:00
README.TXT Remove blank line in README.TXT 2015-05-15 10:11:36 +10:00
README.md 459655 - Remove SPDY and NPN. 2015-02-11 16:18:07 +01:00
VERSION.txt Correcting version 2015-09-03 10:45:23 -07:00
header-template.txt standardize license header blocks 2012-08-16 19:11:27 -05:00
icon.jpg Add an icon.jpg file to the project. 2011-07-06 14:41:50 -05:00
pom.xml 477385 Make jetty osgi manifests only resolve jetty packages against a single distro version 2015-09-16 19:13:47 +10:00

README.md

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 located on our Eclipse website.

Professional Services

Expert advice and production support are available through http://webtide.com.