dependabot[bot] opened a new pull request, #25: URL: https://github.com/apache/mina-vysper/pull/25
Bumps [org.eclipse.jetty:jetty-webapp](https://github.com/eclipse/jetty.project) from 8.1.3.v20120416 to 9.4.33.v20201020. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse/jetty.project/releases">org.eclipse.jetty:jetty-webapp's releases</a>.</em></p> <blockquote> <h2>9.4.33.v20201020</h2> <h1>Changes</h1> <ul> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5022">#5022</a> : Cleanup ServletHandler, specifically with respect to making filter chains more extensible</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5368">#5368</a> : WebSocket text event execute in same thread as running binary event and destroy Threadlocal</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5378">#5378</a> : Filter/Servlet/Listener Holders are not started if added during STARTING state.</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5409">#5409</a> : HttpClient fails intermittently with "Invalid response state TRANSIENT"</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5417">#5417</a> : Badly configured HttpConfiguration.securePort can lead to wrong port produced by ForwardedHeader</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5443">#5443</a> : Request without Host header fails with NullPointerException in ForwardedRequestCustomizer</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5451">#5451</a> : Improve Working Directory creation</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5454">#5454</a> : Request error context is not reset</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5475">#5475</a> : Update to spifly 1.3.2 and asm 9</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5480">#5480</a> : NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown</li> </ul> <h2>9.4.32.v20200930</h2> <h2>Changelog</h2> <ul> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/2796">#2796</a> : HTTP/2 max local stream count exceeded when request fails</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/3766">#3766</a> : Introduce HTTP/2 API to batch frames</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/3916">#3916</a> : <code>multipart/byterange</code> output is invalid to RFC7233</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4809">#4809</a> : Set a max number of requests per connection</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4824">#4824</a> : WebSocket server outgoing message queue memory growth</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4888">#4888</a> : Request getSession() method throws IllegalStateException when Session exists</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/4954">#4954</a> : Simplify ability to get Byte Counts about requests</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5032">#5032</a> : Introduce Listeners to aid in tracking timings within ServletContext and WebApp</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5079">#5079</a> : <code>:authority</code> header for IPv6 address in HTTP/2 not having square brackets</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5103">#5103</a> : Proxy sets protocol version to 2.0 instead of 1.1 when accessed from H2 client</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5104">#5104</a> : AbstractProxyServlet include incorrect protocol version in Via header when accessed over H2</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5105">#5105</a> : Graceful shutdown does not wait for resumed requests</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5108">#5108</a> : Improve SessionTracker scalability</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5121">#5121</a> : Add if (LOG.isDebugEnabled()) in CompressExtension.decompress</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5122">#5122</a> : Retrieving websocket connections via jmx</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5129">#5129</a> : No jars added when using a folder in extraClasspath of the webapp context xml file</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5147">#5147</a> : Set MaxUsageCount with existing connection pool changing the behavior</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5150">#5150</a> : Zero connection timeout is not supported in HTTP client with non-blocking connect</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5152">#5152</a> : HttpClient should handle unsolicited responses</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5162">#5162</a> : DecoratingListener raises a NullPointerException</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5165">#5165</a> : Wrong messagesIn count for HttpClient</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5170">#5170</a> : NullPointerException in HttpReceiverOverHTTP during WebSocket client Upgrade</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5185">#5185</a> : Introduce DoSFilter Listener for Alert messages</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5193">#5193</a> : WebSocket unimplemented BINARY message handling can result in TEXT message delivery to fail</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5201">#5201</a> : QueuedThreadPool setDetailedDump gives less detail</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5204">#5204</a> : SNI does not work with PKIX</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5214">#5214</a> : Servlet HEAD doesn't support content-length over Integer.MAX_VALUE</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5217">#5217</a> : Review RoundRobinConnectionPool</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5224">#5224</a> : HttpServletRequest.getServerName can include port when using ForwardedRequestCustomizer</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5233">#5233</a> : Bad/Unsupported HTTP version should return 505 not 400</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5246">#5246</a> : GzipHandler's DeflaterPool should be dumpable</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5247">#5247</a> : Improve ForwardRequestCustomizer authority priority</li> <li><a href="https://redirect.github.com/eclipse/jetty.project/issues/5268">#5268</a> : WARN Ignoring eviction setting: 0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/1be68755656cef678b79a2ef1c2ebbca99e25420"><code>1be6875</code></a> Updating to version 9.4.33.v20201020</li> <li><a href="https://github.com/jetty/jetty.project/commit/f4c55c65e07e7fd810a96e4137b7adfe7e9829eb"><code>f4c55c6</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5481">#5481</a> from eclipse/jetty-9.4.x-5480-npe-webinfconfiguration</li> <li><a href="https://github.com/jetty/jetty.project/commit/fa6c8f7decf89ce00774f8aa34c2fd1efb23a156"><code>fa6c8f7</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5480">#5480</a> - Only delete non-persist temp dir if not-empty</li> <li><a href="https://github.com/jetty/jetty.project/commit/c7ae5b50ab8bfffe46aca5cc8cf1ceef305fa316"><code>c7ae5b5</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5480">#5480</a> - Safer temp directory management</li> <li><a href="https://github.com/jetty/jetty.project/commit/6be6fae291eff4ff8d7449d7f222812e02c76645"><code>6be6fae</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5480">#5480</a> - NPE Check in WebInfConfiguration.deconfigure()</li> <li><a href="https://github.com/jetty/jetty.project/commit/227dd47157c6839d137b49a14e6085f42787f444"><code>227dd47</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5480">#5480</a> - Fail in jetty-maven-plugin if unable to create temp directory.</li> <li><a href="https://github.com/jetty/jetty.project/commit/0e98c370fd00492dc6973e017b9b7cc3315280be"><code>0e98c37</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5480">#5480</a> - NPE protection on IO.delete(File)</li> <li><a href="https://github.com/jetty/jetty.project/commit/4ecaf3049c971eb0c7aef01bca3388727a6c82db"><code>4ecaf30</code></a> Merge pull request <a href="https://redirect.github.com/eclipse/jetty.project/issues/5479">#5479</a> from eclipse/jetty-9.4.x-5475-ScanForAsmVersion</li> <li><a href="https://github.com/jetty/jetty.project/commit/7155066d4a12a1466d05cdaedf37a58595519123"><code>7155066</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5475">#5475</a> - Adding debug log output for asmVersion detect</li> <li><a href="https://github.com/jetty/jetty.project/commit/a3e363234083d4acd71ff03f515b4aa5701846fe"><code>a3e3632</code></a> Issue <a href="https://redirect.github.com/eclipse/jetty.project/issues/5475">#5475</a> - Changing ASM API version lookup to use Reflection against ASM O...</li> <li>Additional commits viewable in <a href="https://github.com/eclipse/jetty.project/compare/jetty-8.1.3.v20120416...jetty-9.4.33.v20201020">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/mina-vysper/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org