Java开源的Servlet容器 Jetty 7.6.1 和 8.1.1 发布

fmms 12年前
     <p><a href="/misc/goto?guid=4958184803864787499" target="_blank">Jetty </a>是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的 API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供 网络和web连接。</p>    <p><img alt="Java开源的Servlet容器 Jetty 7.6.1 和 8.1.1 发布 " src="https://simg.open-open.com/show/c53c385d7d99fc5b4c8840b305dfc43b.png" width="283" height="80" /></p>    <p><br /> Jetty 最近似乎又恢复了很早以前的频繁更新,这是好事,说明开发团队开始又对这东西上心了。</p>    <p>下载地址:</p>    <p>Eclipse: <a href="/misc/goto?guid=4958329759590197776">http://download.eclipse.org/jetty/</a> <br /> Codehaus: <a href="/misc/goto?guid=4958329760396432830">http://dist.codehaus.org/jetty/</a></p>    <p>改进记录:</p>    <pre>jetty-7.6.1.v20120215 - 15 February 2012   + 369121 simplified test   + 370120 jvm arguments added via start.ini and --exec are missing spaces   + 370137 SslContextFactory does not respect order for     [included|excluded]Protocols() and [included|excluded]CipherSuites().   + 370368 resolve stack overflow in mongo db session manager   + 370386 Remove META-INF from jetty distro   + 371040 nosqlsession needs to call correct super contructor for new sessions   + 371041 valid was not being set to new mongo db sessions, and the call to     mongodb api was wrong in isIdInUse   + 371162 NPE protection for nested security handlers   + JETTY-1484 Add option for HashSessionManager to delete session files if it     can't restore them    jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 15 February 2012   + 370386 Remove META-INF from hightide distro   + JETTY-1480 jspc-maven-plugin does not find jstl tags   + JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be     used in jetty-hightide   + JETTY-1482 fix path in setuid configuration    jetty-8.1.1.v20120215 - 15 February 2012   + 369121 simplified test   + 370120 jvm arguments added via start.ini and --exec are missing spaces   + 370137 SslContextFactory does not respect order for     [included|excluded]Protocols() and [included|excluded]CipherSuites().   + 370368 resolve stack overflow in mongo db session manager   + 370386 Remove META-INF from jetty distro   + 371040 nosqlsession needs to call correct super contructor for new sessions   + 371041 valid was not being set to new mongo db sessions, and the call to     mongodb api was wrong in isIdInUse   + 371162 NPE protection for nested security handlers   + JETTY-1484 Add option for HashSessionManager to delete session files if it     can't restore them    jetty@xxxxxxxxxxxxxxxxxxxxxxxx - 15 February 2012   + 370386 Remove META-INF from hightide distro   + JETTY-1480 jspc-maven-plugin does not find jstl tags   + JETTY-1481 Change jetty-atomikos to be type jar so its dependencies can be     used in jetty-hightide   + JETTY-1482 fix path in setuid configuration</pre>