Project

General

Profile

Actions

Bug #22203

closed

MENU.showAccessRestrictedPages.addParams generates wrong URLs

Added by Thomas Schröder about 14 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2010-02-26
Due date:
% Done:

0%

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

Description

We want to show restricted pages. TSREF [http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/1/] says:

showAccessRestrictedPages = 123
showAccessRestrictedPages.addParams = &return_url=###RETURN_URL###&pageId=###PAGE_ID###

But the generated URLs look like:
www.domain.org/login/?return_url=login/%3Freturn_url%3Dmysecretpage%252F%26pageId%3D176&pageId=176

The correct URL should be:
www.domain.org/login/?return_url=mysecretpage/&pageId=176

Tested with 4.3 branch.

(issue imported from #M13683)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25140: RETURN_URL in menus is not created correctlyClosed2011-02-23

Actions
Actions

Also available in: Atom PDF