Files
ladybird/Libraries/LibWeb/HTML
Praise-Garfield 4a5746db10 LibWeb: Correct body null check in navigation params fetch
Step 8 of "create navigation params by fetching" says "if
request's body is null, then set entry's document state's
resource to null." The condition is inverted: it checks
!body().has<Empty>(), entering the block when the body is
non-null instead of null. For GET navigations this is mostly
a no-op since resource is typically already Empty, but for
POST navigations the inverted check incorrectly clears the
POSTResource from the document state, breaking session history
entries that rely on it for form re-submission.
2026-02-13 15:26:54 -05:00
..
2025-08-23 16:04:36 -06:00
2026-01-20 06:51:04 -05:00
2026-01-11 00:01:24 +01:00
2026-01-11 00:01:24 +01:00
2026-01-11 00:01:24 +01:00
2024-11-25 21:13:53 +01:00
2026-02-11 16:32:20 +00:00
2026-02-11 16:32:20 +00:00
2025-08-08 10:23:17 +02:00