zoukankan      html  css  js  c++  java
  • Jetty 9.0.2.v20130417 发布

    Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的 API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供 网络和web连接。

    Jetty 发布 9.0 的第二个维护版本,改进内容包括:

    jetty-9.0.2.v20130417 - 17 April 2013
     + 364921 FIN WAIT sockets
     + 402885 reuse Deflaters in GzipFilter
     + 403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector
       and async request log
     + 404511 fixed poor methods in ArrayTernaryTrie
     + 405119 Tidy up comments and code formatting for osgi
     + 405352 Servlet init-param always overridden by WebServlet annotation
     + 405364 spdy implement MAX_CONCURRENT_STREAMS
     + 405449 spdy improve handling of duplicate stream Ids
     + 405540 ServletContextListeners call in reverse in doStop
     + 405551 InputStreamResponseListener.await returns null when request fails.
     + 405679 example other server for documentation
  • 相关阅读:
    11 2
    10 29
    10 22
    dp的本质
    笛卡尔树小结
    Gitlab 备份迁移恢复报错gtar: .: Cannot mkdir: No such file or directory
    升级Jenkins版本
    当linux中的所有指令突然不能使用的时候
    合并范围
    每股收益列报计算
  • 原文地址:https://www.cnblogs.com/kuaidianba/p/3029111.html
Copyright © 2011-2022 走看看