vikunja/pkg/routes/middleware
kolaente 1071755625 fix(routes): generate request IDs at the start of the middleware chain
Echo's RequestID middleware reuses the X-Request-Id header from a proxy
or generates one, so logging and audit all see the same ID. RequestMeta
previously read the request header before any later middleware could
have set one, leaving the audit request_id mostly empty.
2026-06-12 08:56:08 +00:00
..
array_param_normalizer.go feat(middleware): normalize PHP-style array query params 2026-05-31 12:56:57 +00:00
array_param_normalizer_test.go test(middleware): lock in array-param order preservation 2026-05-31 12:56:57 +00:00
request_meta.go fix(routes): generate request IDs at the start of the middleware chain 2026-06-12 08:56:08 +00:00