eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
7618826349
Modified class Fields to take a boolean parameter that defines whether it is case sensitive or not, and updated HttpRequest to use a case sensitive Fields instance for the query parameters. |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
aggregates/jetty-all | ||
dists | ||
examples | ||
jetty-annotations | ||
jetty-ant | ||
jetty-client | ||
jetty-continuation | ||
jetty-deploy | ||
jetty-distribution | ||
jetty-http | ||
jetty-http-spi | ||
jetty-io | ||
jetty-jaas | ||
jetty-jaspi | ||
jetty-jmx | ||
jetty-jndi | ||
jetty-jsp | ||
jetty-jspc-maven-plugin | ||
jetty-maven-plugin | ||
jetty-monitor | ||
jetty-nosql | ||
jetty-osgi | ||
jetty-overlay-deployer | ||
jetty-plus | ||
jetty-proxy | ||
jetty-rewrite | ||
jetty-rhttp | ||
jetty-runner | ||
jetty-security | ||
jetty-server | ||
jetty-servlet | ||
jetty-servlets | ||
jetty-spdy | ||
jetty-spring | ||
jetty-start | ||
jetty-util | ||
jetty-util-ajax | ||
jetty-webapp | ||
jetty-websocket | ||
jetty-xml | ||
tests | ||
.gitignore | ||
LICENSE-eplv10-aslv20.html | ||
NOTICE.txt | ||
README.txt | ||
VERSION.txt | ||
header-template.txt | ||
icon.jpg | ||
pom.xml | ||
settings.xml |
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.