[TYPO3-core] RFC: #8903: redirect url is not passed with get/post method

Steffen Kamper info at sk-typo3.de
Fri Jan 8 12:07:51 CET 2010


Hi Ernesto,

Ernesto Baschny [cron IT] schrieb:
> Hi,
> 
> about this "old cheese".
> 
> Doesn't this patch breaks the fix we had in #8677 [1] "Redirect after
> logout doesn't work"?
> 
> This hunk was in #8677 [2]:
> 
> -				} elseif ($this->logintype === 'logout') { // after logout
> +				} elseif ($this->logintype === 'logout' || !$this->logintype) { //
> after logout
> 
> which was then reversed in #8677 [3]. This makes this setup not work:
> 
> plugin.tx_felogin_pi1 {
>   ...
>   redirectMode = logout
>   redirectPageLogout = 57
>   redirectDisable = 0
>   ...
> }
> 
> And having the "logout" FORM on every page. This would place the
> redirect_url in the "action=" of the logout-FORM and will only work in
> 4.2.2 and 4.2.3 and stop working again in 4.2.4.
> 
> Steffen, can you confirm this?
> 
> 

i will do a felogin session at the WE and will check this, thx for the hint.

vg Steffen


More information about the TYPO3-team-core mailing list