Actions
Bug #93127
closedBackend session not initialized but accessed on CLI
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-12-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Refactored session handling introduced a new property,
which is initialized when method "start" is called.
Since "start" is overridden in CliBackendUserAuthentication, the property
is never initialized, but accessed, once a log entry is written calling the "writeLog"
method, leading to a fatal error.
Updated by Helmut Hummel almost 4 years ago
- Related to Bug #93023: Rework session handling added
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67184
Updated by Helmut Hummel almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f3e3ab66e897c99e2f62caf4150cde100b927943.
Actions