Bug #10844
logout redirects to img are cached
Start date:
04 May 2016
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
First we should use the 307 status for those redirects, then we should add a nonce to redirects produced by logout_list.
Associated revisions
History
Updated by Benjamin Dauvergne over 6 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|bd41cbc28eabd74b8e9bc484b8778de84316f8c4.
use HTTP 307 for logout response redirects (fixes #10844)
And add a nonce to idp initiated logout URL to be sure it's never cached.