转载

Eclipse Jetty 9.4.28 发布,Servlet 容器

Eclipse Jetty 9.4.28 已发布,此版本包含许多 bug 修复和改进,可从项目下载页面或 Maven Central 仓库获取:

  • Eclipse: https://www.eclipse.org/jetty/download.html

  • Maven Central: http://central.maven.org/maven2/org/eclipse/jetty/

主要更新如下:

  • 修复在 WebSocketClient 上设置 Async 超时但不能超时写入的问题
  • 修复在 Conscrypt 中使用多个虚拟主机名时选择错误的证书的问题
  • 修复 servlet 上下文根映射不正确的问题
  • 修复库版本通知不一致的问题
  • 在 jetty-start 中增加对条件模块依赖性的支持
  • 在 Arg 线程池上启动 XmlConfiguration 警告
  • 如果 environment-entry-value 只有空格或缺少空格,则不进行注入操作
  • Empty "X-Forwarded-Port" header results in NumberFormatException
  • 修复空的"X-Forwarded-Port" header 导致出现 NumberFormatException 异常的问题
  • 修复 Hazelcast remote.xml 配置文件不配置 hazelcast 远程地址的问题
  • 不会在创建 WebSocketSession 时每次都使用 ServiceLoader
  • 修复 Hazelcast configurationLocation 不能通过 mod 文件进行配置的问题
  • 修复 Jetty 9.4.x 过早调用 ServletContextListener.contextDestroyed() 的问题
  • ALPN 支持 Java 15
  • 对于 non-async 和 run-as 的 servlet,不调用 PreDestroy
  • ……

详细内容查看发布公告 https://www.eclipse.org/lists/jetty-announce/msg00142.html

原文  https://www.oschina.net/news/114916/jetty-9-4-28-released
正文到此结束
Loading...