Actions
Bug #94808
closedClear Cache when creating new redirect after slug change
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2021-08-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a new redirect records is created by updating a page slug, the redirect cache does not get cleared.
This results in a non working redirect until page cache is cleared.
This is because the Cache clear/rebuild is done by a DataHandler Hook but the redirect gets inserted by QueryBuilder.
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70461
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71359
Updated by Georg Ringer over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c69be088eb7ca593ad12d1f843e0d47965eef426.
Updated by Helmut Hummel about 3 years ago
- Is duplicate of Bug #93964: Edit page, modify page slug causes HTTP 404 on old page URL. TYPO3\CMS\Redirects\Service\SlugService::rebuildSlugsForSlugChange must force-rebuild redirects cache. added
Updated by Stefan Bürk over 2 years ago
- Related to Bug #96056: Automatically created page redirects do not work added
Actions