[Flow] Abstract Classes and Policy

Adrian Föder adrian at foeder.de
Wed Mar 12 13:54:13 CET 2014


Hi  Christian, I probably didn't fully understand your problem; where 
exactly is your security exception triggered meanwhile? On What 
controller/action?

Thanks!

Best,
Adrian

Am 12.03.2014 11:13, schrieb Christian Loock:
> Hi,
>
> we recently updated to Flow 2.2 and since then, we are getting security
> exceptions, that are triggerd because the Security Framework checks Classes
> you inherit from. Example:
>
> You write a Widget that has a controller that that extends from
> TYPO3\Fluid\Core\Widget\AbstractWidgetController
>
> In Flow 2.1 this caused no issues, since it seems like it didnt check for
> this kind of inheritance.
>
> Now I know I can fix this, by adding these Controllers to my Policy, but
> shouldnt it be at least part of Flows Policy.yaml ?
>
> Does it even make sense to check for ViewHelpers? Or is this behaviour
> intended?
>



More information about the Flow mailing list