mirror of
https://github.com/versity/versitygw.git
synced 2026-08-25 16:46:52 +00:00
Add the remaining contract tests for the RC token gate: a 16-hex-char token with no colon stays on the malformed-token 400 path, and the legacy descriptor header takes precedence when an RC-shaped combined token is also present. Note in the malformed non-hex case that the 400 expectation is for the standalone test app; the production fiber error handler currently maps it to 500, which is pre-existing behavior. Signed-off-by: Jihyeon Gim <potatogim@potatogim.net>