Bug #10229
if an exception occur before the SessionMiddleware has been run there can be an AttributeError in a2_processor()
Start date:
08 Mar 2016
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
We must check if request.session exists before accessing it.
Associated revisions
History
Updated by Benjamin Dauvergne almost 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|b08870fda75888a731cfc10ff6babd623a9fb3d3.
prevent exception in a2_processor() when session has not been initialized (fixes #10229)