Merged
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
mergify bot
added a commit
that referenced
this pull request
Mar 23, 2026
…24.Final [skip ci] Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.23.Final to 2.3.24.Final. Commits * [`f3da6fc`](undertow-io/undertow@f3da6fc) Prepare 2.3.24.Final * [`016557e`](undertow-io/undertow@016557e) Merge pull request [#1940](https://redirect.github.com/undertow-io/undertow/issues/1940) from fl4via/UNDERTOW-2611\_2.3.x * [`9ccf07b`](undertow-io/undertow@9ccf07b) [UNDERTOW-2611] Ensure max-request-size of a Multipart servlet can override a... * [`3ac0e23`](undertow-io/undertow@3ac0e23) Merge pull request [#1935](https://redirect.github.com/undertow-io/undertow/issues/1935) from baranowb/UNDERTOW-2603\_2.3.x * [`d83f128`](undertow-io/undertow@d83f128) [UNDERTOW-2603] Fix double cookie on quoted value * [`7fec1a6`](undertow-io/undertow@7fec1a6) Merge pull request [#1927](https://redirect.github.com/undertow-io/undertow/issues/1927) from fl4via/backport-fixes\_2.3.x * [`92bdd67`](undertow-io/undertow@92bdd67) [UNDERTOW-2536] Fix include parameters on error and add rudimentary test * [`0fde4fd`](undertow-io/undertow@0fde4fd) [UNDERTOW-2575] Add flush before socket close on write timeout * [`a5d0172`](undertow-io/undertow@a5d0172) [UNDERTOW-2521] Rename AjpClientConnection#connection to avoid confusion * [`5cfe721`](undertow-io/undertow@5cfe721) [UNDERTOW-2705] Fix Http2ServerConnection.pushResource, where the default MAX... * Additional commits viewable in [compare view](undertow-io/undertow@2.3.23.Final...2.3.24.Final) [](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) --- Dependabot commands and options 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 show 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes a test that is failing only on linux
Motivation
When enough is enoigh
Checklist
mvn clean packagecommand