And of course, change your "security" line in filters.yml to : security: class: MyBasicSecurityFilter
On May 4, 12:41 pm, theredled <[email protected]> wrote: > Found a solution : > > - make a MyBasicSecurityFilter that overrides sfBasicSecurityFilter > - override each forwardTo***Action() and add sfConfig::set('sf_cache', > false); at first lines. > > I dont know if it is really clean > Made a tickethttp://trac.symfony-project.org/ticket/8608 > > On May 4, 11:51 am, theredled <[email protected]> wrote: > > > > > Too Bad... > > > Thanks. I'll look for a solution. > > > On May 4, 11:16 am, Michał Piotrowski <[email protected]> wrote: > > > > Hi, > > > > 2010/5/4 theredled <[email protected]>: > > > > > Hi, > > > > > I have an URI "foo/bar?baz=1" that requires authentication, AND which > > > > result must be cached. > > > > > The result is : the cached result is the authentication page. How > > > > ironic... > > > > > Do you know what can be the origin of this problem ? > > > > AFAIK there is no way to properly cache secure pages. If you want a > > > secure page you need to disable cache. > > > > Regards, > > > Michal > > > > > Thanks all. > > > > -- > > > If you want to report a vulnerability issue on symfony, please send it to > > > security at symfony-project.com > > > > You received this message because you are subscribed to the Google > > > Groups "symfony users" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group > > > athttp://groups.google.com/group/symfony-users?hl=en > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > You received this message because you are subscribed to the Google > > Groups "symfony users" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/symfony-users?hl=en > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/symfony-users?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
