Follow-up from PR #320 (merged as 93a4b3e).
RedirectStage serves a redirect answer with Cache-Control: no-store when the answer must not be cached, and unit tests cover it. There is no native integration assertion for that header, so the behaviour is unproven in the distroless native image the product ships.
Wanted
- An integration-test assertion against the native image that a redirect answer carries
Cache-Control: no-store where the stage decides it must.
Sites
Follow-up from PR #320 (merged as 93a4b3e).
RedirectStageserves a redirect answer withCache-Control: no-storewhen the answer must not be cached, and unit tests cover it. There is no native integration assertion for that header, so the behaviour is unproven in the distroless native image the product ships.Wanted
Cache-Control: no-storewhere the stage decides it must.Sites
api-sheriff/src/main/java/de/cuioss/sheriff/gateway/edge/RedirectStage.javaintegration-tests/src/test/java/(redirect IT added by PR feat(routing): add redirects, exact routes and anchor security headers #320)