Servlet容器 Jetty 发布 7.6.0 和 8.1.0 两版本
jopen 13年前
<p>Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供网络和web连接。<br /> </p> <p><img height="60" alt="Servlet容器 Jetty 发布 7.6.0 和 8.1.0 两版本" src="https://simg.open-open.com/show/9188aeb40649ebc3bb7e8f26d405202f.gif" width="467" /></p> <p><br /> </p> <p>Jetty 今天发布了两个正式版本,分别是 7.6.0 和 8.1.0 ,改进记录:</p> <p>jetty-8.1.0.v20120127 - 27 January 2012<br /> + 368773 allow authentication to be set by non securityHandler handlers<br /> + 368992 avoid update key while flushing during a write<br /> + 369216 turned off the shared resource cache<br /> + 369349 replace quotes with a space escape method</p> <p>jetty-7.6.0.v20120127 - 27 January 2012<br /> + 368773 allow authentication to be set by non securityHandler handlers<br /> + 368992 avoid update key while flushing during a write<br /> + 369216 turned off the shared resource cache<br /> + 369349 replace quotes with a space escape method</p> <p>下载地址: <a href="/misc/goto?guid=4958326807845435294">http://eclipse.org/jetty</a></p> <p><br /> </p>