Bug #28090
[Cache] File backend: Create directory after flush()
| Status: | Closed | Start date: | 2011-07-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christian Kuhn | % Done: | 100% |
|
| Category: | Caching | |||
| Target version: | 4.6.0-alpha3 | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
The file backend does not re-create the cache directory on
flush() which leads to problems if calling flush() and set()
afterwards again. One unit test had to manually clear cache
files because of that and can be simplified now.
This is an issue in TYPO3 v4 only, FLOW3 is not affected.
Associated revisions
[BUGFIX][Cache] File backend: Create directory after flush()
The file backend does not re-create the cache directory on
flush() which leads to problems if calling flush() and set()
afterwards again. One unit test had to manually clear cache
files because of that and can be simplified now.
This is an issue in TYPO3 v4 only, FLOW3 is not affected.
Change-Id: Ic7756b2c14641789696f10c223d76439ca7e9602
Resolves: #28090
Reviewed-on: http://review.typo3.org/3249
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
Updated by Mr. Hudson almost 2 years ago
Patch set 1 of change Ic7756b2c14641789696f10c223d76439ca7e9602 has been pushed to the review server.
It is available at http://review.typo3.org/3249
Updated by Mr. Hudson almost 2 years ago
Patch set 2 of change Ic7756b2c14641789696f10c223d76439ca7e9602 has been pushed to the review server.
It is available at http://review.typo3.org/3249
Updated by Christian Kuhn almost 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset a0e498aedcdd7777e5ec1a44212b8af99c9cc04a.
Updated by Xavier Perseguers about 1 year ago
- Status changed from Resolved to Closed