Bug #31931

AuthenticationController is not working anymore

Added by Christian Müller over 3 years ago. Updated over 3 years ago.

Status:Resolved Start date:2011-11-18
Priority:Should have Due date:
Assigned To:Christian Müller % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0.3
PHP Version:5.3 Complexity:
Has patch:No Affected Flow version:FLOW3 1.0.0

Description

The AuthenticationController has not been adapted to the recent changes in the FlashMessage API. Furthermore, users reported that the redirect to the previous request (on error) did not work. It work though after removing the second condition in the following if-statement in the PhpSession->start() method:

if ($this->started === FALSE && isset($_COOKIE[session_name()])) {

(remove the isset(...))


Related issues

related to TYPO3.Flow - Bug #31905: getInterceptedRequest is NULL but ACL matches correctly DENY Resolved 2011-11-18

Associated revisions

Revision 4883a095
Added by Christian Müller over 3 years ago

[BUGFIX] Adjust AuthenticationController to FlashMessages

Change-Id: I2015f174871102befccd45e52a1276b20907eb61
Fixes: #31931
Releases: 1.0, 1.1

Revision d381413f
Added by Christian Müller over 3 years ago

[BUGFIX] Adjust AuthenticationController to FlashMessages

Change-Id: Ie1475e8bae60ebc456c7d420b94899faac8db5f5
Fixes: #31931
Releases: 1.0, 1.1

History

#1 Updated by Mr. Hudson over 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 of change I2015f174871102befccd45e52a1276b20907eb61 has been pushed to the review server.
It is available at http://review.typo3.org/6741

#2 Updated by Robert Lemke over 3 years ago

  • Subject changed from AuthenticationController must be adapted to FlashMessages to AuthenticationController is not working anymore
  • Status changed from Under Review to Accepted
  • PHP Version set to 5.3

#3 Updated by Karsten Dambekalns over 3 years ago

  • Status changed from Accepted to Under Review

#4 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.0.1 to 1.0.2

#5 Updated by Mr. Jenkins over 3 years ago

Patch set 2 of change I2015f174871102befccd45e52a1276b20907eb61 has been pushed to the review server.
It is available at http://review.typo3.org/6741

#6 Updated by Christian Müller over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

#7 Updated by Gerrit Code Review over 3 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch FLOW3-1.0 has been pushed to the review server.
It is available at http://review.typo3.org/7139

#8 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.0.2 to 1.0.3

#9 Updated by Karsten Dambekalns over 3 years ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF