]> git.arvados.org - arvados.git/commit
23025: Fix double redirect.
authorTom Clegg <tom@curii.com>
Mon, 4 Aug 2025 17:59:57 +0000 (13:59 -0400)
committerTom Clegg <tom@curii.com>
Mon, 4 Aug 2025 18:11:11 +0000 (14:11 -0400)
commit186c62292d1b2ea88ed8573ffb26e0a7a44d8d1b
tree13358966d866fde83b2612b5b3d6589bdfb05308
parent16f957acf378cd3384d4b9c6ce844fe3cefa600b
23025: Fix double redirect.

Previous code did not use the query token to look up the container, so
the first request would fail the container lookup and send a 303
moving the token to a cookie, and the resulting second request would
succeed at the container lookup only to find the container UUID does
not match the client's cookie, and send another 303 to clear site
data.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/controller/localdb/container_gateway.go