Actions
Bug #20969
closed[Caching framework] DbBackend has() returns false for entries with unlimited lifetime
Start date:
2010-08-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is an SVN patch request
Type: bugfix
Branches: trunk, 4.4, 4.3
BT:
Problem:
DbBackend has() returns FALSE for entries with unlimited (0) lifetime. The constructed where clause misses this case.
Solution:
Add proper case to where clause.
How to test:
Apply _test and watch it fail. Apply patch and see that it works.
Notes:
4.3 needs a slightly different test, while code change in dbbackend is identical.
(issue imported from #M15417)
Files
Actions