Bug #45609

If authenticated initializeObject() in every session-scope object is called twice

Added by Benno Weinzierl over 2 years ago. Updated over 2 years ago.

Status:Resolved Start date:2013-02-19
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:Session
Target version:TYPO3 Flow Base Distribution - 2.0
PHP Version: Complexity:
Has patch:No Affected Flow version:Git master

Description

After a account is authenticated the initializeObject Method of every session-scope object is called two times instead of one.

Associated revisions

Revision 609de0da
Added by Benno Weinzierl over 2 years ago

[BUGFIX] initializeObject is no longer executed twice

In every session-scope object initializeObject() was
called twice as soon as the session is started.
Now initializeObject() is only called once.

Change-Id: If232e737d325a4ac0ba1bbe06044ff48af18873a
Fixes: #45609
Releases: master, 2.0

Revision 298ee692
Added by Benno Weinzierl over 2 years ago

[BUGFIX] initializeObject is no longer executed twice

In every session-scope object initializeObject() was
called twice as soon as the session is started.
Now initializeObject() is only called once.

Change-Id: If232e737d325a4ac0ba1bbe06044ff48af18873a
Fixes: #45609
Releases: master, 2.0

History

#1 Updated by Benno Weinzierl over 2 years ago

After some more testing i noticed that this happens not only after authentication.
It happens with any session scope object when the session is started.

#2 Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20094

#3 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20104

#4 Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20094

#5 Updated by Gerrit Code Review over 2 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20094

#6 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/20370

#7 Updated by Benno Weinzierl over 2 years ago

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

Also available in: Atom PDF