Bug #44743

Wrong variable declaration in Security\Context

Added by Karsten Dambekalns over 2 years ago. Updated over 2 years ago.

Status:Resolved Start date:2013-01-23
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Security
Target version:TYPO3 Flow Base Distribution - 2.0
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.1.0

Description

The $request member is annotated as being Http\Request but must be Mvc\ActionRequest

Associated revisions

Revision 0a10bdf0
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Fix variable type declaration in Security\Context

The $request member is annotated as being Http\Request but must be
Mvc\ActionRequest instead.

Change-Id: I5b4e5881b01f4eb35f28ab23e79178ad51db89ed
Fixes: #44743
Releases: master, 2.0, 1.1

Revision f8791c69
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Fix variable type declaration in Security\Context

The $request member is annotated as being Http\Request but must be
Mvc\ActionRequest instead.

Change-Id: I5b4e5881b01f4eb35f28ab23e79178ad51db89ed
Fixes: #44743
Releases: master, 2.0, 1.1

Revision d2b1f942
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Fix variable type declaration in Security\Context

The $request member is annotated as being Http\Request but must be
Mvc\ActionRequest instead.

Change-Id: I5b4e5881b01f4eb35f28ab23e79178ad51db89ed
Fixes: #44743
Releases: master, 2.0, 1.1

History

#1 Updated by Gerrit Code Review over 2 years ago

  • Status changed from Accepted to Under Review

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

#2 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/17668

#3 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/19574

#4 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at https://review.typo3.org/19577

#5 Updated by Karsten Dambekalns over 2 years ago

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

Also available in: Atom PDF