[Neos] security.ifAccess

Søren Malling soren.malling at gmail.com
Wed Jul 2 09:16:14 CEST 2014


Is it a cached area?

I know that the Neos backend had a similar issue, where the CSRF token was
cached

https://git.typo3.org/Packages/TYPO3.Neos.git/blob/HEAD:/Resources/Private/TypoScript/Prototypes/Page.ts2#l52

https://git.typo3.org/Packages/TYPO3.Neos.git/commitdiff/6e89a55f99d6e7acb907d910e62c77b42a191de6

Maybe that help you, if your issue is similar?




On Wed, Jul 2, 2014 at 6:56 AM, Piseth Sok <piseth at web-essentials.asia>
wrote:

> Hi List,
>
> <f:security.ifAccess resource="TYPO3_Neos_Backend_GeneralAccess">
>         <f:then>
>                 Backend
>         </f:then>
>         <f:else>
>                 Other
>         </f:else>
> </f:security.ifAccess>
>
> In Development context code above work fine, but in Production context it
> always show "Backend".
>
> Did I do something wrong?
> Thanks,
> Piseth
>
>
>
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>


More information about the Neos mailing list