mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-13 18:14:49 +00:00
cce7837e64
+ Jetty 9.2 (and earlier) used a Resource.getInputStream() implementation that would trigger an IOException on-construction (vs on-first-access) due its use of java.io.FileInputStream(File) which had a isDirectory check in its constructor. + Jetty 9.3 and onward uses java.nio.file.Files.newInputStream() which has the bad on-first-access behavior. + Changing the behavior of PathResource.getInputStream() to behave the same way as the prior FileResource.getInputStream(), as well as adding the Resource.isDirectory() check back into ContextHandler.getResourceAsStream(String) to prevent creation of the InputStream in the first place.
…
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.
Description
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
Readme
362 MiB
Languages
Java
98.9%
AMPL
0.4%
JavaScript
0.4%
Shell
0.1%
HTML
0.1%