Task #94934
closedChange RedirectService.php to use rawurldecode to replaceRegExpCaptureGroup preg_match for encoded urls (such as cyrillic)
100%
Description
Add rawurldecode to replaceRegExpCaptureGroup preg_match. Otherwise Regex replacements for encoded urls (such as cyrillic) are not possible.
This issue was automatically created from https://github.com/TYPO3/typo3/pull/312
Updated by Gerrit Code Review about 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/+/71610
Updated by Gerrit Code Review about 3 years ago
Patch set 2 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/+/71610
Updated by Gerrit Code Review about 3 years ago
Patch set 3 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/+/71610
Updated by Gerrit Code Review about 3 years ago
Patch set 4 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/+/71610
Updated by Gerrit Code Review about 3 years ago
Patch set 5 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/+/71610
Updated by Sybille Peters about 3 years ago
- Subject changed from Update RedirectService.php to Change RedirectService.php to use rawurldecode to replaceRegExpCaptureGroup preg_match for encoded urls (such as cyrillic)
Updated by Anonymous about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 07394796bab4eabb4b4f6582a0d70b48374b01c2.
Updated by Gerrit Code Review about 3 years ago
- Status changed from Resolved to Under Review
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/+/71886
Updated by Gerrit Code Review about 3 years ago
Patch set 2 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/+/71886
Updated by Anonymous about 3 years ago
- Status changed from Under Review to Resolved
Applied in changeset 9f902c21523a902c2631080d567764c581be0394.
Updated by Garvin Hicking 5 months ago
- Related to Bug #104179: inconsistent url encoding in redirects added