Project

General

Profile

Actions

Feature #23325

closed

Feature Request: preserve parameter in the redirect_url

Added by Peter Linzenkirchner over 14 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2010-07-31
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

felogin does not preserve url-parameter in the redirect-url, so it is not possible to redirect to a page which needs parameters for presenting the content. Perhaps it would be possible to use $this->conf['preserveGETvars'] not only to preserve parameters for the lnks like "forgot your password" but for the redirect_url too.

I tried it in this way (line 134):

if ($this->conf['preserveGETvars']) {
$additionalParams = $this->getPreserveGetVars();
$this->redirectUrl = $this->redirectUrl.$additionalParams;
}
t3lib_utility_Http::redirect($this->redirectUrl);

it works for me but $this->getPreserveGetVars() does not work as expected because it preserves all parameters and not only the defined one.
(issue imported from #M15316)

Actions

Also available in: Atom PDF