Bug #94922
closedMissing HTTP status 308 for redirects
100%
Description
TYPO3 redirects do not offer the HTTP status code 308 Permanent Redirect
as counterpart to the 307 Temporary Redirect
by default. This is essential to provide a modern equivalent to the legacy 302 Found
status code.
Thus 308 Permanent Redirect
should be added as status code for redirects.
Updated by Mathias Brodala over 3 years ago
- Related to Feature #84481: add missing "HTTP/1.1 308 Permanent Redirect" constant to HttpUtility added
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/+/70677
Updated by Gerrit Code Review over 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/+/70677
Updated by Gerrit Code Review over 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/+/70677
Updated by Mathias Brodala about 3 years ago
- Related to Task #95154: Add tests for redirect module added
Updated by Gerrit Code Review about 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/+/70992
Updated by Mathias Brodala about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 41060458d5fdb4ba02f62d7564d69a5e94d07f0e.