Project

General

Profile

Actions

Task #82669

closed

Resolve backend route path inconsistencies

Added by Oliver Hader over 6 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2017-10-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:

Description

There are inconsistencies in working with route path names depending on how these routes have been provided:

  • path /file/editcontent (no trailing slash) is the result of a direct route configuration in typo3_src/typo3/sysext/backend/Configuration/Backend/Routes.php
  • path /web/WorkspacesWorkspaces/ (with trailing slash) is the result of a backend module configuration which builds the path name internally
    • see \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerModule
    • see \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addModule
    • find $path = '/' . trim($path, '/') . '/'; - thus always containing a slash in the end

To have a proper schema of using routes, either the slash should be stripped from the end or added in all cases.

Actions #1

Updated by Oliver Hader over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review about 5 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/+/60433

Actions #3

Updated by Gerrit Code Review about 5 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/+/60433

Actions #4

Updated by Gerrit Code Review about 5 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/+/60433

Actions #5

Updated by Gerrit Code Review almost 5 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/+/60433

Actions #6

Updated by Benni Mack almost 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF