-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: undertow-io/undertow
base: 2.3.17.Final
head repository: undertow-io/undertow
compare: 2.3.18.Final
- 16 commits
- 26 files changed
- 5 contributors
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fafa79 - Browse repository at this point
Copy the full SHA 8fafa79View commit details
Commits on Oct 11, 2024
-
[UNDERTOW-2412] Read stored json with default UTF-8 encoding
Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17fd02a - Browse repository at this point
Copy the full SHA 17fd02aView commit details
Commits on Oct 16, 2024
-
[UNDERTOW-2445] Fix the CI by upgrading all instances of upload-artif…
…act and download-artifact actions to v4 Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d8866 - Browse repository at this point
Copy the full SHA 69d8866View commit details -
[UNDERTOW-2449] Fix PushResourceRSTTestCase by shutting down writes a…
…nd adding a response listener only after push resource has been handled by the listener This will prevent the race condition where shutdown is processed by the server before all the other steps, which would prevent those steps from occurring Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfdc473 - Browse repository at this point
Copy the full SHA cfdc473View commit details -
[UNDERTOW-2449] Revert changes that have been merged by mistake in CI…
… when investigating PushResourceRSTTestCase Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d1371f - Browse repository at this point
Copy the full SHA 1d1371fView commit details -
[UNDERTOW-2449] Disable PushResourceRSTTestCase. We are still seeing …
…failures in CI. Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ef8d7c - Browse repository at this point
Copy the full SHA 0ef8d7cView commit details -
[UNDERTOW-2446] HttpServletRequestImpl.getParts shouldn't throw excep…
…tion after already loading parts
Configuration menu - View commit details
-
Copy full SHA for b3ede9c - Browse repository at this point
Copy the full SHA b3ede9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c37d94c - Browse repository at this point
Copy the full SHA c37d94cView commit details -
[UNDERTOW-2422] Return the protocol field of the HttpServerExchange i…
…nto the status line. Add tests for this and the default behavior. Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c0ffc4 - Browse repository at this point
Copy the full SHA 0c0ffc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9990fbc - Browse repository at this point
Copy the full SHA 9990fbcView commit details -
[UNDERTOW-2448] At ServletPrintWriter.write(CharBuffer) do not mark e…
…rror if buffer.remaining() == remaining after flush. We need to update remaining to do a proper check here. The aforementioned == check can return true after a successfull flush, because "remaining" value is set to be the size of the bytes remaining in the buffer before encoding. If, at that stage, the buffer is empty, "remaining" value is set to buffer.capacity(). When encoding many bytes, we will end up with a full buffer. As a result, we will try to flush, and it is often the case that the buffer will be entirely cleared after flushing. This results in buffer.remaining() being the overall buffer size, i.e., buffer.capacity(). As a result, buffer.remaining() == remaining check returns true, and write is aborted, causing the broken responses we are seeing. Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fe95e7 - Browse repository at this point
Copy the full SHA 4fe95e7View commit details -
Merge pull request #1687 from fl4via/backport-fixes_2.3.x
[UNDERTOW-2412 / 2445 / 2449 / 2446 / 2436 / 2422 / 2444 / 2448] Backport fixes to 2.3.x
Configuration menu - View commit details
-
Copy full SHA for e577596 - Browse repository at this point
Copy the full SHA e577596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566df6d - Browse repository at this point
Copy the full SHA 566df6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d446ff - Browse repository at this point
Copy the full SHA 6d446ffView commit details -
Merge pull request #1684 from baranowb/UNDERTOW-2333_2.3.x
[UNDERTOW-2333_2.3.x] Undertow read/write timeout should not apply to WebSockets or SSE
Configuration menu - View commit details
-
Copy full SHA for bde7c0a - Browse repository at this point
Copy the full SHA bde7c0aView commit details -
Signed-off-by: Flavia Rainone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac41e6e - Browse repository at this point
Copy the full SHA ac41e6eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.3.17.Final...2.3.18.Final