登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
1月18日,北京,聊聊2025如何加入技术开发?
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
赖华
/
jetty.project
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
jetty-9.3.26.v20190403
Tag for release: jetty-9.3.26.v20190403 + 2954 Improve cause reporting for HttpClient failures + 3274 OSGi versions of java.base classes in org.apache.felix:org.osgi.foundation:jar conflicts with new rules on Java 9+ + 3302 Support host:port in X-Forwarded-For header in ForwardedRequestCustomizer + 3319 Allow reverse sort for directory listed files
dae476e
2019-04-04 07:16
下载
jetty-9.4.15.v20190215
Tag for release: jetty-9.4.15.v20190215 + 113 Add support for NCSA Extended Log File Format + 150 extraClasspath() method on WebAppContext dont support dir path + 2646 Better handle concurrent calls to change session id and invalidate within a context + 2718 NPE using more than one Endpoint.publish + 2817 Change HttpClient and WebSocketClient default to always have SSL support enabled + 3030 Enforce Content-Encoding check only on parameter extraction + 3038 SSL Connection Leak + 3049 Warn on common SslContextFactory problematic configurations + 3133 Logging of `key.readyOps()` can throw unchecked `CancelledKeyException` + 3139 NPE on WebSocketServerContainerInitializer.configureContext(ServletContextHandler) + 3146 ServletContainerInitializer from war WEB-INF/classes not executing + 3154 Add support for javax.net.ssl.HostnameVerifier to HttpClient + 3161 Update to Apache JSP 8.5.35 + 3178 BufferingResponseListener does not clear buffer in onHeaders + 3186 Jetty maven plugin - javax.annotation.jar picked up from jetty plugin rather than from applications classpath + 3202 jetty-maven plugin in multi-module project not using files from /target folders of sister projects + 3207 Async ServletOutputStream print methods + 3210 Threadpool module creates unmanged threadpool + 3212 Client and server need to to treat an incoming HTTP/2 RST_STREAM frame differently + 3234 AuthenticationProtocolHandler should not cache the failed results + 3240 ALPN support for Java 13 + 3241 Missing main manifest attribute in jetty-runner.jar + 3242 Fix WebSocket components dump() + 3278 NullPointerException if base resource is an empty ResourceCollection + 3279 WebSocket write may hang forever + 3302 Support host:port in X-Forwarded-For header in ForwardedRequestCustomizer + 3305 Avoid additional selectNow() on non-Windows runtimes + 3307 WebAppClassLoader loadClass can throw NullPointerException for missing class + 3311 Ability to serve HTTP and HTTPS from the same port + 3317 Improve uncaught exception handler double logging + 3329 Hazelcast delete expired session fails in deserialize + 3350 Do not expect to be able to connect to https URLs with the HttpClient created from a parameterless constructor
eb70b24
2019-02-16 00:53
下载
jetty-9.4.14.v20181114
jetty-9.4.14.v20181114 + 3097 Duplicated programmatic Servlet Listeners causing duplicate calls + 3103 HttpClientLoadTest reports a leak in byte buffer + 3104 Align jetty-schemas version within apache-jsp module as well
c455005
2018-11-15 05:19
下载
jetty-9.4.13.v20181111
Tag for release: jetty-9.4.13.v20181111 + 2191 JPMS Support + 2431 Upgrade to Junit 5 + 2691 LdapLoginModule does not find accounts in subtrees + 2702 ArithmeticException in Credentials.stringEquals and .byteEquals + 2718 NPE using more than one Endpoint.publish + 2727 Cleanup behavior of JMX MBean discovery + 2740 Ensure OSGiWebappClassLoader uses bundleloader for all loadClass methods + 2787 Use status code from nested BadMessageException wrapped in ServletException + 2796 HTTP/2 max local stream count exceeded when request fails + 2834 Support Java 11 bytecode during annotation scanning + 2865 Update to apache jasper 8.5.33 + 2868 Adding SPNEGO authentication support for Jetty Client + 2871 HTTP/2 Server reads -1 after client resets stream + 2875 Fix WebSocketClient.connect() hang when attempting to connect at an invalid websocket endpoint + 2886 SNI matching does not work in certain cases when there is only one CN certificate in the keystore + 2901 Introduce HttpConnectionUpgrader as a conversation component in HttpClient + 2903 Avoid Listener instantiation during QuickStart generation + 2906 jetty-maven-plugin run goal adds output directory of reactor project dependencies to classpath without regard for scope + 2912 Requests handled with GzipHandler should remove Content-Encoding and Content-Length headers + 2913 Remove reliance on sun.reflect.Reflection to be compatible with Java 11 + 2936 Error during initial RequestDispatch with bad request query results in failure for ErrorHandler to process + 2941 Upgrade to ASM 7 to support Java 11 bytecode + 2954 Improve cause reporting for HttpClient failures + 2970 Ensure HttpChannel.onComplete is always called + 3018 Improve error handling and logging of min data rate violations + 3023 Wrong non-redirect behaviour with "null" path info + 3030 Enforce Content-Encoding check only on parameter extraction + 3041 Cookies parsing in RFC2965 should allow deprecated comma separators + 3049 Warn on common SslContextFactory problematic configurations + 3054 Update OSGi to ASM 7 + 3090 MBeanContainer throws NPE for arrays + 3092 Wrong classloader used to load *MBean classes
49123a3
2018-11-12 10:02
下载
jetty-9.3.25.v20180904
Tag for release: jetty-9.3.25.v20180904 + 2135 Android 8.1 needs direct buffers for SSL/TLS to work + 2777 Workaround for Conscrypt's ssl == null + 2787 BadMessageException wrapped as ServletException not handled + 2860 Leakage of HttpDestinations in HttpClient + 2871 Server reads -1 after client resets HTTP/2 stream
3ce5202
2018-09-05 05:08
下载
jetty-9.4.12.v20180830
Tag for release: jetty-9.4.12-SNAPSHOT + 300 Implement Deflater / Inflater Object Pool + 307 Monitor contention in AbstractNCSARequestLog + 321 Remove JaspiAuthenticatorFactory.findServerName(Server, Subject) + 901 Overriding SSL context KeyStoreType requires explicit override of TrustStoreType + 1688 Request with `Content-Encoding: gzip` should not perform parameter extraction + 1905 Deprecate jetty-runner now, present warnings when using it on Java 9+ Runtimes + 2075 Deprecating MultiException + 2135 Android 8.1 needs direct buffers for SSL/TLS to work + 2233 JDK9 Test failure: org.eclipse.jetty.server.ThreadStarvationTest.testWriteStarvation[https/ssl/tls] + 2342 File Descriptor Leak: Conscrypt: "Too many open files" + 2349 HTTP/2 max streams enforcement + 2398 MultiPartFormInputStream parsing should default to UTF-8, but allowed to be overridden by Request.setCharacterEncoding() + 2468 EWYK concurrent produce can fail SSL connections + 2501 Include accepting connections in connection limit. + 2530 Client waits forever for cancelled large uploads + 2560 Review PathResource exception handling + 2565 HashLoginService silently ignores file:/ config paths from 9.3.x + 2592 Failing test on Windows: ServerTimeoutsTest.testAsyncWriteIdleTimeoutFires[transport: HTTP] + 2597 Failing tests on windows UnixSocketTest + 2631 IllegalArgumentException: Buffering capacity exceeded, from HttpClient HEAD Requests to resources referencing large body contents + 2648 LdapLoginModule fails with forceBinding=true under Java 9 + 2655 WebSocketClient not removing closed WebSocket Session's from managed beans + 2662 Remove unnecessary boxing conversions + 2663 Guard Throwable.addSuppressed() calls + 2672 Max local stream count exceeded for HttpClient with HTTP/2 transport + 2675 Demo rewrite rules prevent URL Session tracking + 2677 Decode URI before matching against "/favicon.ico" + 2679 HTTP/2 Spec Compliance + 2681 Jetty Hot Deployment Module does not stop exploded webapps after removal from webapps directory + 2683 NPE in FrameFlusher toString() + 2684 MimeTypes.getAssumedEncodings() does not work + 2694 Bad DynamicImport-Package in Websocket Servlet + 2696 GcloudDataStore dependency generation broken + 2706 ResourceService may return 404 for unchanged content + 2711 TLS 1.3 compliance + 2717 Async requests are not considered when shutting down gracefully + 2718 NPE using more than one Endpoint.publish + 2719 property file passed to start.jar is not read + 2720 <property> config tag can't access property values in WebAppContext + 2722 Improve configurability for SETTINGS frames + 2730 Limit concurrent HTTP/2 pushed resources + 2737 HTTP Authentication parameters containing = + 2739 AuthenticationProtocolHandler Multiple Challenge Pattern + 2745 JDBCSessionDataStore schema potential performance issue + 2746 Move jmh classes to a dedicated module and run those daily or weekly + 2749 Graceful shutdown causes repeated 503s on keep-alive connections + 2754 Don't eagerly instantiate @WebListener during annotation scan if it is explicitly referenced in the webapp descriptor as well + 2755 Repeatedly stopping/starting an active HttpClient can result in a stuck ManagedSelector + 2757 Possible double release of HTTP/2 ByteBuffers + 2762 Fix typo in jetty.sh + 2767 WebSocket Policy on JSR356 ClientContainer not represented correctly + 2775 Make LowResourceMonitor extendable + 2777 Workaround for Conscrypt's ssl == null + 2778 Upgrade h2spec-maven-plugin 0.4 + 2787 BadMessageException wrapped as ServletException not handled + 2794 Generate p2 repos for Jetty 9.3.24.v20180605 and Jetty 9.2.25.v20180606 + 2796 Max local stream count exceeded when request fails + 2798 ThreadPoolBudget logs WARN when minThreads == maxThreads (was: Reasoning behind ThreadPoolBudget warning logic change on 3/5/18) + 2807 Exclude TLS_RSA_* ciphers by default + 2811 SslContextFactory.dump incorrectly uses default enabled for determining "jre:disabled" flag + 2817 Change HttpClient and WebSocketClient default to always have SSL support enabled + 2821 AuthenticationProtocolHandler should not always cache Authentication.Result + 2824 Every call to HttpServletRequest.getParameter*() methods results in a newly created Map object if both query and body content exist + 2828 connectionListener of AbstractHTTP2ServerConnectionFactory cause the low performance of concurrent connect of http2 + 2832 Wrong initialization of HTTP/2 UnknownBodyParser + 2835 JarFileResource#lastModified() side effect is URL caching preventing hot redeploy on Windows + 2836 Sequential HTTPS requests may not reuse the same connection + 2844 Clean up webdefault.xml and DefaultServlet doc + 2846 add unit test for ldap module + 2847 Wrap Connection.Listener invocations in try/catch + 2860 Leakage of HttpDestinations in HttpClient + 2871 Server reads -1 after client resets HTTP/2 stream
2720868
2018-08-30 21:56
下载
jetty-9.4.12.RC2
Tag for release: jetty-9.4.12.RC2 + 307 Monitor contention in AbstractNCSARequestLog + 901 Overriding SSL context KeyStoreType requires explicit override of TrustStoreType + 1688 Request with `Content-Encoding: gzip` should not perform parameter extraction + 1905 Deprecate jetty-runner now, present warnings when using it on Java 9+ Runtimes + 2075 Deprecating MultiException + 2135 Android 8.1 needs direct buffers for SSL/TLS to work + 2342 File Descriptor Leak: Conscrypt: "Too many open files" + 2349 HTTP/2 max streams enforcement + 2398 MultiPartFormInputStream parsing should default to UTF-8, but allowed to be overridden by Request.setCharacterEncoding() + 2468 EWYK concurrent produce can fail SSL connections + 2501 Include accepting connections in connection limit. + 2530 Client waits forever for cancelled large uploads + 2560 Review PathResource exception handling + 2565 HashLoginService silently ignores file:/ config paths from 9.3.x + 2631 IllegalArgumentException: Buffering capacity exceeded, from HttpClient HEAD Requests to resources referencing large body contents + 2639 Missing p2 repo for Jetty 9.4.11 + 2648 LdapLoginModule fails with forceBinding=true under Java 9 + 2655 WebSocketClient not removing closed WebSocket Session's from managed beans + 2662 Remove unnecessary boxing conversions + 2663 Guard Throwable.addSuppressed() calls + 2672 Max local stream count exceeded for HttpClient with HTTP/2 transport + 2675 Demo rewrite rules prevent URL Session tracking + 2677 Decode URI before matching against "/favicon.ico" + 2679 HTTP/2 Spec Compliance + 2683 NPE in FrameFlusher toString() + 2684 MimeTypes.getAssumedEncodings() does not work + 2694 Bad DynamicImport-Package in Websocket Servlet + 2696 GcloudDataStore dependency generation broken + 2706 ResourceService may return 404 for unchanged content + 2717 Async requests are not considered when shutting down gracefully + 2722 Improve configurability for SETTINGS frames + 2730 Limit concurrent HTTP/2 pushed resources + 2737 HTTP Authentication parameters containing = + 2739 AuthenticationProtocolHandler Multiple Challenge Pattern + 2754 Don't eagerly instantiate @WebListener during annotation scan if it is explicitly referenced in the webapp descriptor as well + 2755 ManagedSelector 100% CPU spin + 2757 Possible double release of HTTP/2 ByteBuffers + 2762 Typo in jetty.sh + 2767 WebSocket Policy on JSR356 ClientContainer not represented correctly + 2777 Workaround for Conscrypt's ssl == null exception + 2796 Max local stream count exceeded when request fails
1f9703c
2018-08-14 22:43
下载
jetty-9.2.26.v20180806
Tag for release: 9.2.26.v20180806 + 2777 Workaround for Conscrypt's ssl == null
8c63748
2018-08-06 23:51
下载
jetty-9.4.12.RC1
Tag for release: jetty-9.4.12.RC1 + 307 Monitor contention in AbstractNCSARequestLog + 901 Overriding SSL context KeyStoreType requires explicit override of TrustStoreType + 1688 Request with `Content-Encoding: gzip` should not perform parameter extraction + 1905 Deprecate jetty-runner now, present warnings when using it on Java 9+ Runtimes + 2075 Deprecating MultiException + 2135 Android 8.1 needs direct buffers for SSL/TLS to work + 2342 File Descriptor Leak: Conscrypt: "Too many open files" + 2349 HTTP/2 max streams enforcement + 2398 MultiPartFormInputStream parsing should default to UTF-8, but allowed to be overridden by Request.setCharacterEncoding() + 2468 EWYK concurrent produce can fail SSL connections + 2501 Include accepting connections in connection limit. + 2530 Client waits forever for cancelled large uploads + 2560 Review PathResource exception handling + 2565 HashLoginService silently ignores file:/ config paths from 9.3.x + 2631 IllegalArgumentException: Buffering capacity exceeded, from HttpClient HEAD Requests to resources referencing large body contents + 2648 LdapLoginModule fails with forceBinding=true under Java 9 + 2655 WebSocketClient not removing closed WebSocket Session's from managed beans + 2662 Remove unnecessary boxing conversions + 2663 Guard Throwable.addSuppressed() calls + 2672 Max local stream count exceeded for HttpClient with HTTP/2 transport + 2675 Demo rewrite rules prevent URL Session tracking + 2677 Decode URI before matching against "/favicon.ico" + 2679 HTTP/2 Spec Compliance + 2683 NPE in FrameFlusher toString() + 2684 MimeTypes.getAssumedEncodings() does not work + 2694 Bad DynamicImport-Package in Websocket Servlet + 2696 GcloudDataStore dependency generation broken + 2706 ResourceService may return 404 for unchanged content + 2717 Async requests are not considered when shutting down gracefully + 2722 Improve configurability for SETTINGS frames + 2730 Limit concurrent HTTP/2 pushed resources + 2737 HTTP Authentication parameters containing = + 2755 ManagedSelector 100% CPU spin + 2757 Possible double release of HTTP/2 ByteBuffers
c177d64
2018-08-02 01:31
下载
jetty-9.4.12.RC0
Tag for release: jetty-9.4.12.RC0 + 901 Overriding SSL context KeyStoreType requires explicit override of TrustStoreType + 2075 Deprecating MultiException + 2342 File Descriptor Leak: Conscrypt: "Too many open files" + 2349 HTTP/2 max streams enforcement + 2398 MultiPartFormInputStream parsing should default to UTF-8, but allowed to be overridden by Request.setCharacterEncoding() + 2468 EWYK concurrent produce can fail SSL connections + 2501 Include accepting connections in connection limit. + 2530 Client waits forever for cancelled large uploads + 2560 Review PathResource exception handling + 2565 HashLoginService silently ignores file:/ config paths from 9.3.x + 2631 IllegalArgumentException: Buffering capacity exceeded, from HttpClient HEAD Requests to resources referencing large body contents + 2648 LdapLoginModule fails with forceBinding=true under Java 9 + 2655 WebSocketClient not removing closed WebSocket Session's from managed beans + 2662 Unnecessary boxing conversions + 2663 Guard Throwable.addSuppressed() calls + 2672 Max local stream count exceeded for HttpClient with HTTP/2 transport + 2675 Demo rewrite rules prevent URL Session tracking + 2677 Decode URI before matching against "/favicon.ico" + 2683 NPE in FrameFlusher toString() + 2684 MimeTypes.getAssumedEncodings() does not work + 2694 Bad DynamicImport-Package in Websocket Servlet + 2696 GcloudDataStore dependency generation broken + 2717 Async requests are not considered when shutting down gracefully
4786868
2018-07-18 00:06
下载
jetty-9.4.8.v20180619
Tag for release: jetty-9.4.8.v20180619 + 2102 Backport FileSessionDataStore
c9493e7
2018-06-21 07:54
下载
jetty-9.4.7.v20180619
Tag for release: jetty-9.4.7.v20180619 + 2102 Backport FileSessionDataStore
390a593
2018-06-21 06:12
下载
jetty-9.4.6.v20180619
jetty-9.4.6.v20180619 + 2012 Backport FileSessionDataStore
bd7a8ed
2018-06-21 04:49
下载
jetty-9.4.5.v20180619
jetty-9.4.5.v20180619 + 2102 Backport FileSessionDataStore
362e766
2018-06-21 02:05
下载
jetty-9.4.4.v20180619
jetty-9.4.4.v20180619 + 2101 Backport FileSessionDataStore
b6573c7
2018-06-21 00:58
下载
jetty-9.4.3.v20180619
jetty-9.4.3.v20180619 + 2102 Backport FileSessionDataStore
56c4cd2
2018-06-20 20:23
下载
jetty-9.4.2.v20180619
jetty-9.4.2.v20180619 + 2101 Backport FileSessionDataStore
7dd8427
2018-06-20 08:50
下载
jetty-9.4.1.v20180619
jetty-9.4.1.v20180619 + 2101 Backport of FileSessionDataStore
59681c6
2018-06-20 04:41
下载
jetty-9.4.0.v20180619
jetty-9.4.0.v20180619 + 2102 Backport of FileSessionDataStore
df9fdbe
2018-06-20 01:56
下载
jetty-9.2.25.v20180606
Tag for release: jetty-9.2.25.v20180606 + 2114 Fix NPE in JettyHttpServerProvider + 2135 Android 8.1 needs direct buffers for SSL/TLS to work + 2529 HttpParser cleanup + 2603 WebSocket ByteAccumulator initialized with wrong maximum + 2604 WebSocket ByteAccumulator should report sizes in MessageTooLargeException
4830fd1
2018-06-07 05:42
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/lai_hua/jetty.project.git
git@gitee.com:lai_hua/jetty.project.git
lai_hua
jetty.project
jetty.project
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册