Feature #96147
closedAdd event / signal for redirects module
100%
Description
We're facing a situation where a customer runs a TYPO3 10.4.x installation with several domains / subdomains configured to be handled by TYPO3's redirects module (typo3/cms-redirecs).
We added monitoring for all of those domains and subdomains, rendering the hit-count feature practically useless, since each and every check from the monitoring counts up the counter.
As a work-around for this (while keeping the monitoring in place, for reasons), we'd propose to have a signal / event in that particular part of the code, where we can add a handler that classifies requests for such redirects and does not add those that match a certain criteria to the hit-count.
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Oliver Bartsch almost 3 years ago
- Tracker changed from Bug to Feature
- TYPO3 Version deleted (
10)
Hi, thanks for creating this issue. New events usually can only be added as a "Feature", therefore I've changed the tracker accordingly.
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Mario Rimann almost 3 years ago
Yes, you are right, adding this Event is probably more a feature, but it solves something we see as a Bug.
So I'd say "it depends" and on the other hand: It's not that relevant, as long as it can get implemented and rolled out in one of the next v10.4.x maintenance releases and not only for the next "feature-release" (which wouldn't be v10.x then).
Anyway, THANKS for taking care and working on this issue!
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Gerrit Code Review almost 3 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Gerrit Code Review almost 3 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Gerrit Code Review almost 3 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Gerrit Code Review almost 3 years ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Gerrit Code Review almost 3 years ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72437
Updated by Oliver Bartsch almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 635df9b75a1628b42075e3b74b5269300e46bc2e.
Updated by Chris Müller over 1 year ago
- Related to Task #100331: List PSR-14 events in EXT:redirects documentation added