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 #1

Updated by Jigal van Hemert almost 13 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.5

How did you set the redirect_url? If you set it in the query parameters the redirect url must be properly url encoded. Otherwise the parameters of the redirect url will become part of the url to the login page instead.

Actions #2

Updated by Jigal van Hemert over 11 years ago

  • Status changed from Needs Feedback to Closed

Closed because no feedback was received for more than 90 days.

Actions

Also available in: Atom PDF