Jetty 9.2.6 发布,Java应用服务器
jopen 10年前
Jetty 提供了一个 Web 服务器 和 javax.servlet 容器,可选插件支持 SPDY, WebSocket, OSGi, JMX, JNDI, JAAS 和许多其他集成。Jetty能够用在各种各样的项目和产品,无论是在研发和生产。Jetty可以很容易地嵌入到设备,工具,框架,应用服务器和集群。
特性:
- Full-featured and standards-based
- Open source and commercially usable
- Flexible and extensible
- Small footprint
- Embeddable
- Asynchronous
- Enterprise scalable
- Dual licensed under Apache and Eclipse
Jetty 9.2.6 发布了,该版本改进记录包括:
jetty-9.2.6.v20141205 - 05 December 2014 + 383207 Use BundleFileLocatorHelperFactory to obtain BundleFileLocatorHelper + 443652 Remove dependency on java.lang.management classes + 447472 Clear async context timeout on async static content + 451529 Change sentinel class for finding jstl on classpath to org.apache.taglibs.standard.tag.rt.core.WhenTag + 451634 DefaultServlet: useFileMappedBuffer javadoc is misleading + 452188 Delay dispatch until content optimisation. + 452201 EnvConfiguration.destroy() should set the classloader + 452246 Fixed SSL hang on last chunk + 452261 Multiple servlets map to path *.jsp when using jsp-property-group + 452261 Ensure <jsp-file> works with new JettyJspServlet + 452424 Do not add Date header if already set + 452516 Make HttpOutput aggregation size configurable. + 453386 Jetty not working when configuring QueuedThreadPool with minThreads=0. + 453629 Fixed big write test + 453793 _maxHeaderBytes>0 is not verified in parseNext() when in State.CLOSED. + 453801 Jetty does not check for already registered services when bootstrapping + 454157 HttpInput.consumeAll spins if input is in async mode.