Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Simone Bordet dd8958ffe8 Jetty9 - Fixed parsing in case of a <Configure> element without <Arg> elements,
which may happen if the configuration is not the one that creates the Server instance,
but just adds additional configuration to it.

Also took the chance to JDK7-ify the code and remove old cruft and unused code.
2012-08-29 11:49:41 +02:00
LICENSE-CONTRIBUTOR add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
example-async-rest Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
example-jetty-embedded Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-annotations Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-ant add jetty-ant module from codehaus via CQ6712 2012-08-21 16:56:35 -05:00
jetty-client Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-continuation Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-deploy Jetty9 - Fixed parsing in case of a <Configure> element without <Arg> elements, 2012-08-29 11:49:41 +02:00
jetty-distribution [Bug 387928] retire jetty-ajp 2012-08-23 14:10:05 -05:00
jetty-http Jetty9 - Generified HttpChannel and HttpParser listeners to follow the generification of HttpInput. 2012-08-28 09:29:08 +02:00
jetty-http-spi Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-io Jetty9 - Reverted AbstractConnector to use MappedByteBufferPool, as ArrayByteBufferPool is leaking buffers. 2012-08-28 18:14:22 +02:00
jetty-jaspi Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-jmx Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-jndi Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-jsp jetty-9 fixed bad merge of poms 2012-07-20 15:20:57 +10:00
jetty-maven-plugin adding in jetty-maven-plugin 2012-08-28 09:35:45 -05:00
jetty-monitor Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-nested Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-nosql Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-npn standardize license header blocks 2012-08-16 19:11:27 -05:00
jetty-osgi standardize license headers 2012-08-17 16:09:49 -05:00
jetty-overlay-deployer Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-plugins jetty-9 fix wrong case in PluginManagerTest 2012-08-29 11:49:01 +02:00
jetty-plus replace old getrequest mechanism with the one that simone hates 2012-08-21 15:51:11 -05:00
jetty-policy Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-proxy Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-rewrite Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
jetty-security Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-server Jetty9 - Added copyright header. 2012-08-28 21:57:09 +02:00
jetty-servlet jetty-9 improved range request processing and tests 2012-08-27 12:17:40 +10:00
jetty-servlets jetty-9 wider test margin for DoSfilterTest 2012-08-27 14:01:26 +10:00
jetty-spdy Jetty9 - Including also the spdy-jetty-http-webapp module. 2012-08-28 16:39:09 +02:00
jetty-start Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-util Jetty9 - Added copyright header. 2012-08-28 21:55:44 +02:00
jetty-util-ajax Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
jetty-webapp Jetty9 - Fixed parsing in case of a <Configure> element without <Arg> elements, 2012-08-29 11:49:41 +02:00
jetty-websocket jetty-9 reverted isHead change 2012-08-27 11:14:19 +10:00
jetty-xml Jetty9 - Fixed parsing in case of a <Configure> element without <Arg> elements, 2012-08-29 11:49:41 +02:00
test-continuation Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
test-continuation-jetty6 merge from master + license block standardization 2012-08-17 14:50:43 -05:00
test-jetty-nested Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
test-jetty-servlet merge from master + license block standardization 2012-08-17 14:50:43 -05:00
test-jetty-webapp Merge branch 'jetty-9-aggregation' into jetty-9-spdy-http 2012-08-24 11:52:29 +02:00
tests Merge from jetty-8 to jetty-9 (license header standarization) 2012-08-17 13:44:22 -07:00
.gitignore add bin/ to ignore and update pom to 20-SNAPSHOT 2012-07-20 13:06:35 -05:00
BUILDING.txt Minor update to BUILDING.txt 2011-08-30 12:26:16 -07:00
LICENSE-APACHE-2.0.txt jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
LICENSE-ECLIPSE-1.0.html jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
NOTICE.txt Fixing NOTICE.txt copyright, as all of the mentioned companies are one in the same. 2012-02-02 15:50:00 -07:00
README.txt Minor update to README.txt to test updated master 2012-06-21 08:24:09 -07:00
VERSION.txt jetty-9: jetty-spdy refactored to match jetty-9. 2012-07-27 16:18:47 +02:00
eclipse-jetty-templates.xml Making eclipse template to add jetty named logger statement easier 2011-08-24 10:22:07 -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 [Bug 387928] retire jetty-ajp 2012-08-23 14:09:29 -05:00
settings.xml set proxy 2011-12-02 16:48:51 -06:00

README.txt

This is a source checkout of the Jetty webserver.

To build, use:

  mvn clean install

The jetty distribution will be built in

  jetty-distribution/target/distribution

The first build may take a long time as Maven downloads all the
dependencies.

The 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.

Bypass tests by building with -Dmaven.test.skip=true but note
that this will not produce some test jars that are leveraged
in other places in the build.