Project

General

Profile

Actions

Bug #58728

closed

Regression: unaccessible protected section with shortcut in rootline

Added by Alexander Stehlik about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2014-05-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The fix for #16472 introduced a regression when you have a shortcut in the rootline.

My rootline looks like this:

- Root page (is_siteroot flag is set here)
-- Shortcut to Homepage
--- Homepage
--- Protected page (expand to subpages)
---- Protected Subpage

When I try to access any protected subpage I will always be redirected to the Hompage.

The reason for this seems to be the introduced recursive call to $this->getPageAndRootline() which will set the $this->originalShortcutPage class property which will end up in a redirection to the shortcut.


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #16472: Non accessible Page And PageNotFound Handler.ClosedAlexander Opitz2006-08-15

Actions
Related to TYPO3 Core - Bug #23178: Wrong HTTP headers sent when trying to access pages that require loginClosedMarkus Klein2010-07-14

Actions
Related to TYPO3 Core - Bug #18754: improved 404 pagenotfound_handling not working for certain requested URLs/resourcesClosed2008-05-06

Actions
Related to TYPO3 Core - Feature #17794: add an error code to pageNotFoundAndExitClosed2007-11-15

Actions
Actions

Also available in: Atom PDF