Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • ..
  • Controller
  • ActionController.php
Find file BlameHistoryPermalink
  • Christian Kuhn's avatar
    [TASK] Avoid 'meta http-equiv="refresh"' in extbase redirectToUri() · 5d3dcaf6
    Christian Kuhn authored Jun 14, 2021 and Richard Haeser's avatar Richard Haeser committed Jun 14, 2021
    "<html><head><meta http-equiv="refresh" ..." is discouraged
    by w3.org [1] and should be implemented as server-side 3**
    response.
    Extbase redirectToUri() already sets 303 (default) and adds
    the Location header.
    The meta http refresh is obsolete and can be dropped
    together with the delay argument.
    
    [1] https://www.w3.org/TR/WCAG20-TECHS/H76.html
    
    Resolves: #94341
    Releases: master
    Change-Id: Ic3c037b0ee9edbc0eebf9f1b50180ca6c3f98ba2
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69491
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Tested-by: Richard Haeser's avatarRichard Haeser <richard@richardhaeser.com>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Richard Haeser's avatarRichard Haeser <richard@richardhaeser.com>
    5d3dcaf6