| commit | a4cf7d654bf839129d0cb0e9c5bf7f2585e5afe6 | [log] [tgz] |
|---|---|---|
| author | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Mon Dec 14 11:22:24 2015 -0700 |
| committer | Joakim Erdfelt <joakim.erdfelt@gmail.com> | Thu Dec 17 14:38:55 2015 -0700 |
| tree | ffae2bd1eaf00f555e02d966aacaacaf4a0b5d92 | |
| parent | 31cd3fee84fb6b9644056a32159d83854aed9c4a [diff] |
482042 - New API, Allow customization of ServletHandler path mapping + Swapping out PathMap for PathMappings in ServletHandler Conflicts: jetty-servlet/src/main/java/org/eclipse/jetty/servlet/DefaultServlet.java jetty-servlet/src/main/java/org/eclipse/jetty/servlet/ServletHandler.java Conflicts: jetty-servlet/src/main/java/org/eclipse/jetty/servlet/DefaultServlet.java jetty-servlet/src/main/java/org/eclipse/jetty/servlet/ServletHandler.java
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.
Project documentation is located on our Eclipse website.
Expert advice and production support are available through http://webtide.com.