Project

General

Profile

Actions

Bug #17952

closed

typolinkLinkAccessRestrictedPages / showAccessRestrictedPages access does not work with "include subpages"

Added by Kurt over 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-12-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If there is a not access restricted page with a link to a page with is access protected, butnot directly but through the "include subpages" feature of its parent, the typolinkLinkAccessRestrictedPages feature does not work. The link to the is displayed, but not rewritten to the page configured with typolinkLinkAccessRestrictedPages = pid

in order to reproduce create three pages a,b, and c (a parent of b, c child of b)
and access protect b.
Create two links on a, one to b the other to c.
Activate typolinkLinkAccessRestrictedPages and set it to a's pid.

Two links are shown. The "b" link actually links to a but the "c" link does not.

The same applies to menues with showAccessRestrictedPages

this is due to the fact that during the procedure which figures out if the page is access restricted, only the current page is checked for access parameters but not its ancestors.
(issue imported from #M7051)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #16561: Typolink doesn't check if a page in rootline has some access and include subpages is set...Closed2006-09-13

Actions
Actions #1

Updated by Mathias Schreiber about 16 years ago

This might result in MASSIVE performanc problems.
Imagine a sitemap being rendered.
Each link triggers a request to the rootline function, which - itself - will retrigger itself over and over again.

We are jumping around with this problem for a while now but did not (yet) suceed in finding a solution which is reasonable (performancewise)

Actions #2

Updated by Peter Beernink about 16 years ago

Yes. I've been looking at a solution for a while and came to the same conclusion.
What might be an option is to add some sort of caching of the results, so pages 'know' whether or not its rights structure has been defined at an higher level, but then again when should it be triggerd or cleared.

Actions #3

Updated by Mikkel Ricky almost 16 years ago

In TYPO3 4.2 results from "t3lib_page::getRootLine" are cached and this should eliminate (serious) performance problems if checking root line for access restrictions extending to subpages.

Actions #4

Updated by Christian Kuhn almost 15 years ago

Resolved as a duplicate of #16561 that describes the exact same issue.

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF