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
  • Alexander Schnitzler's avatar
    [!!!][TASK] Remove method canProcessRequest · 48eb23df
    Alexander Schnitzler authored Nov 16, 2020 and Georg Ringer's avatar Georg Ringer committed Nov 20, 2020
    With this patch method canProcessRequest() of class
    \TYPO3\CMS\Extbase\Mvc\Controller\ActionController has
    been removed because it could never fulfill its claim,
    enabling users to simply register custom request types
    and then have custom controllers be built and dispatched
    depending on the request type.
    
    Besides that, dispatching another controller than the one
    configured and requested is unwanted behaviour.
    
    Furthermore, the corresponding protected property
    $supportedRequestTypes and the UnsupportedRequestTypeException
    have also been removed.
    
    Releases: master
    Resolves: #92853
    Change-Id: I2d7ae9fea86f5161e67e0f17a11f563b037cc412
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66644
    
    
    Tested-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: Oliver Bartsch's avatarOliver Bartsch <bo@cedev.de>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    48eb23df