Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Go to file
Greg Wilkins 59a80ea017 273011 XSS in directory listing
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@166 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-21 04:34:48 +00:00
LICENSE-CONTRIBUTOR jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
jetty-ajp configure.dtd 2009-04-15 01:52:39 +00:00
jetty-annotations [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-client removed HTTP specifics from connection dispatching 2009-04-14 03:00:19 +00:00
jetty-continuation [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-deploy [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-distribution use new releases of parent and jsp 2009-04-11 14:00:15 +00:00
jetty-embedded-examples reworked the Authentication to better support lazyness and to move towards servlet 3.0 login and logout 2009-04-15 12:39:05 +00:00
jetty-http better char[] credential support 2009-04-15 12:49:39 +00:00
jetty-io improved low resource handling 2009-04-17 02:32:32 +00:00
jetty-jaspi reworked deferred authentication 2009-04-17 00:21:50 +00:00
jetty-jmx configure.dtd 2009-04-15 01:52:39 +00:00
jetty-jndi [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-plus configure.dtd 2009-04-15 01:52:39 +00:00
jetty-rewrite configure.dtd 2009-04-15 01:52:39 +00:00
jetty-security 273011 XSS in directory listing 2009-04-21 04:34:48 +00:00
jetty-server license headers 2009-04-20 07:40:10 +00:00
jetty-servlet 273011 XSS in directory listing 2009-04-21 04:34:48 +00:00
jetty-servlet-tester [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-servlets [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-start [maven-release-plugin] prepare for next development iteration 2009-04-03 15:44:45 +00:00
jetty-test-webapp reworked the Authentication to better support lazyness and to move towards servlet 3.0 login and logout 2009-04-15 12:39:05 +00:00
jetty-util 273011 XSS in directory listing 2009-04-21 04:34:48 +00:00
jetty-webapp various debugging logging improvements 2009-04-07 14:22:49 +00:00
jetty-xml configure.dtd 2009-04-15 01:52:39 +00:00
BUILDING.txt building instructions 2009-03-25 01:59:03 +00:00
INCUBATION.txt ready for M0 push 2009-03-31 22:58:05 +00: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 jetty @ eclipse initial commit 2009-03-24 21:07:27 +00:00
README.txt ready for M0 push 2009-03-31 22:58:05 +00:00
VERSION.txt 273011 XSS in directory listing 2009-04-21 04:34:48 +00:00
pom.xml reworked the Authentication to better support lazyness and to move towards servlet 3.0 login and logout 2009-04-15 12:39:05 +00:00

README.txt

JETTY
=====

The Jetty project is a 100% Java HTTP Server, HTTP Client
and Servlet Container.


The Jetty @ eclipse project is based on the Jetty project at codehaus

  http://jetty.codehaus.org

Ongoing development is now under incubation at the eclipse foundation

  http://www.eclipse.org/jetty/


Jetty @ eclipse is open source and is dual licensed using the apache 2.0 and
eclipse public license 1.0.   You may choose either license when distributing
jetty.



BUILDING JETTY
==============

Jetty uses maven 2 as its build system.  Maven will fetch
the dependancies, build the server and assemble a runnable
version:

  mvn install