Actions
Bug #56357
closedDo not save failed token messages in session
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In #30272 the backend formprotection has been changed
to not save flash messages in the user session if
the current request is an Ajax request.
Unfortunately the check for that is broken
since the TYPO3_AJAX global is reset in the
bootstrap now.
Introduce a method which uses the request type
constants and adapt the tests accordingly.
Actions