Bug #3034

The Resolve Handler Resolver doesn't check if potential resolve handlers are registered objects

Added by Robert Lemke over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-04-03
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

While resolving possible resolve handlers, a list of all classes implementing the ResolveHandlerInterface is compiled. However, it is not checked if these classes are really registered objects which leads to attempting to get objects by their proxy class name.

Associated revisions

Revision db7c1d54
Added by Robert Lemke over 6 years ago

  • FLOW3: (MVC) The RequestHandlerResolver now works even if a Request Handler has been proxied. Fixes #3034

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2127.

Also available in: Atom PDF