| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| channel | ||
| images | ||
| installation | ||
| openapi | ||
| plugin-api | ||
| authentication.md | ||
| ionet-client.md | ||
| translation-glossary.fr.md | ||
| translation-glossary.md | ||
| translation-glossary.ru.md |
* fix: reduce public bootstrap requests and revalidate content * fix(controller): use a weak ETag for revalidated public JSON /api is gzip-compressed by middleware that runs after the handler returns, and the validator is computed over the uncompressed body. The compressed and identity forms of one payload therefore share a validator, which a strong ETag must not do -- it asserts byte-for-byte equality across representations (RFC 9110 8.8.1). Serve W/ instead. Weak comparison ignores W/ on both operands, so etagMatches now strips it from the served validator as well as from each candidate. Stripping only the candidate would make a weak served validator match nothing and silently disable every 304. Vary: Accept-Encoding stays. Weakening the validator makes revalidation correct, but it does not separate the two encodings in a shared cache. * fix(test): align response cookie helper name * fix(auth): revalidate stale route sessions * Update web/src/features/about/api.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * test: remove newly added PR tests --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| channel | Loading commit data... | |
| images | Loading commit data... | |
| installation | Loading commit data... | |
| openapi | Loading commit data... | |
| plugin-api | Loading commit data... | |
| authentication.md | Loading commit data... | |
| ionet-client.md | Loading commit data... | |
| translation-glossary.fr.md | Loading commit data... | |
| translation-glossary.md | Loading commit data... | |
| translation-glossary.ru.md | Loading commit data... |