Bug #49289

Serialization error on WebRedirect with PHP 5.3

Added by Christopher Hlubek about 2 years ago. Updated about 1 year ago.

Status:Resolved Start date:2013-06-20
Priority:Must have Due date:
Assigned To:Christopher Hlubek % Done:

100%

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

Description

With the plain serializer from PHP 5.3 there is a reproducible unserialize error when using a "WebRedirect" entry point for authentication.

It seems that recursive objects are not handled correctly in this PHP version (5.3.19) and the error is caused by serializing too much information in the session (the injected uriBuilder property of WebRedirect should never be serialized).


Related issues

related to TYPO3.Flow - Bug #53931: ActionRequest should not serialize parent HTTP request Resolved 2013-11-25

Associated revisions

Revision ee843b5e
Added by Christopher Hlubek about 2 years ago

[BUGFIX] Fix a serialization problem with intercepted request

This change fixes a recursive serialization problem where the
ActionRequest is serialized multiple times in a session entry.

Resolves: #49289
Releases: master, 2.0
Change-Id: Ib991ca10ad6a1d0a737e48d2179183e36f169930

Revision 65fa5321
Added by Christopher Hlubek almost 2 years ago

[BUGFIX] Fix a serialization problem with intercepted request

This change fixes a recursive serialization problem where the
ActionRequest is serialized multiple times in a session entry.

Resolves: #49289
Releases: master, 2.0
Change-Id: Ib991ca10ad6a1d0a737e48d2179183e36f169930

History

#1 Updated by Gerrit Code Review about 2 years ago

  • Status changed from New to Under Review

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

#2 Updated by Christopher Hlubek about 2 years ago

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

#3 Updated by Gerrit Code Review almost 2 years ago

  • Status changed from Resolved to Under Review

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

#4 Updated by Karsten Dambekalns almost 2 years ago

  • Assigned To set to Christopher Hlubek
  • Target version set to 2.0.1

#5 Updated by Christopher Hlubek about 1 year ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF