Bug #6846
The static object container is not rebuilt automatically if the FLOW3 revision changed
| Status: | Resolved | Start date: | 2010-03-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 8 | Estimated time: | 2.00 hours | |
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
If the FLOW3 revision changes, all caches are flushed. Because the static object container is no regular cache, it is missed and still used even if the FLOW3 revision changed. This can lead to fatal errors if classes have been deleted or otherwise modified.
Associated revisions
[+BUGFIX] FLOW3 (Object): The static object container is now rebuilt automatically if the FLOW3 revision changed. Fixes #6846
History
Updated by Robert Lemke about 3 years ago
- % Done changed from 0 to 10
- Estimated time set to 1.00
Updated by Robert Lemke about 3 years ago
- % Done changed from 10 to 90
- Estimated time changed from 1.00 to 2.00
Updated by Robert Lemke about 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 90 to 100
Applied in changeset r3946.