Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • ..
  • Exception
  • InvalidRequestMethodException.php
Find file Blame History Permalink
  • obartsch's avatar
    [TASK] Remove extbase Request->setMethod() · 84f90c38
    obartsch authored May 29, 2021 and Daniel Goerz's avatar Daniel Goerz committed May 29, 2021
    To further prepare towards a PSR-7 Request in extbase
    we have to get rid of the setMethod() method.
    
    Therefore, the internal method setMethod() is dropped,
    while the public getMethod() is adjusted to use
    the PSR-7 Request. Additionally, the now unused
    InvalidRequestMethodException is deprecated.
    
    Resolves: #94231
    Related: #94231
    Related: #94223
    Releases: master
    Change-Id: I1298cd049cf6fc1d44cf46ec3cbb3bd588b3bb7a
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69319
    
    
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
    Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
    84f90c38