Eric Soroos
Eric Soroos
@amercader There's an additional tweak here that fixes a site that was still having issues filtering on multibyte characters.
Related/Reimplementation of #6735?
Group discussion: * Not entirely sure that the groups have the correct permission limits or facilities to work as expected in all of the edge cases. * Potentially a feature...
In general, `docker compose` is the V2 version of docker-compose, so in the medium to long term we're going to want to go there. It's required for using the buildx...
Could we add a "Varies: cookie" header so that the session cookie is part of the cache key?
Ok, So I've run a quick check on one of our test systems. Null case: No `vary` header, does have `Cache-Control: private` on some pages, public on js assets, and...
Authorization is explicitly part of the cache key according to the docs I read today.
from: https://www.rfc-editor.org/rfc/rfc9110#field.vary > There is no need to send the Authorization field name in Vary because reuse of that response for a different user is prohibited by the field definition...
Closing this, as #6905 a successor to this.
Beaker installs in a bare python 3.10 venv: ``` erics$ python3.10 -mvenv vpy310 erics$ vpy310/bin/pip install beaker==1.11.0 Collecting beaker==1.11.0 Downloading Beaker-1.11.0.tar.gz (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 576.3 kB/s eta 0:00:00...