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.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27879
Updated by Helmut Hummel over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e99e12a972b50f558d933c154e00f8dd0fd6673b.
Actions