Bug #22203

MENU.showAccessRestrictedPages.addParams generates wrong URLs

Added by Thomas Schröder over 3 years ago. Updated about 1 year ago.

Status:New Start date:2010-02-26
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:Communication
Target version:6.0.0
TYPO3 Version:4.3 Complexity:
PHP Version:4.3
Votes: 5 (View)

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)

History

Updated by Josef Florian Glatz about 1 year ago

  • Target version changed from 0 to 4.7.1

Hi forge,

I tried to use the showAccessRestrictedPages stuff but without success. The value of the return_url is empty in TYPO3 4.6.x

Not only, that I would need this function... I think this is an important feature for a CMS like TYPO3.

Is there any workaround, how to solve this? Is this feature available in near future ?

Cheers,
jousch

Updated by Josef Florian Glatz about 1 year ago

  • Target version changed from 4.7.1 to 6.0.0

Also available in: Atom PDF