Project

General

Profile

Actions

Bug #21202

closed

No redirection after login by systemextension felogin

Added by Wim no-lastname-given over 14 years ago. Updated about 14 years ago.

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

0%

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

Description

In content element I defined as redirect mode "defined by User Record". And I filled in a redirection page in the userrecord.
After succesfull login there is no redirection; the login page is displayed.

Reason: In class tx_felogin_pi1.php lines 491 to 495 are added compared to Typo3 4.2.1.
Lines:
if ($this->redirectUrl) {
// use redirectUrl for action tag because of possible access restricted pages
$markerArray['###ACTION_URI###'] = htmlspecialchars($this->redirectUrl);
$this->redirectUrl = '';
}
The redirecturl is set to blank and is later on used.
(issue imported from #M12144)


Files

class.tx_felogin_pi1_6566.patch (1.24 KB) class.tx_felogin_pi1_6566.patch Administrator Admin, 2009-11-26 18:30
t3bug-12144.patch_4.3.1 (1.14 KB) t3bug-12144.patch_4.3.1 Administrator Admin, 2010-01-31 16:58
Actions

Also available in: Atom PDF