Good Question... to be honest: I don't know..
After re-reading the installation guide (like the hundredth time) I
recognized the little paragraph for the routes to be avaiable for
unauthorized users..

But I don't know how and where I need to set those routes public..

I tried this and similar ones of the following with no success in app/
config/security.yml:

    firewalls:
        main:
            form_login:
                provider: fos_userbundle
        login:
            pattern: /login
            security: false



On 5 Apr., 18:25, Christophe COEVOET <s...@notk.org> wrote:
> Le 05/04/2011 16:47, Conrad a crit :> Hi all,
> > i have just installed sf2 pr10 using mongodb and got the FOS
> > UserBundle. All seems properly installed, I can successfully create a
> > user in the command line. But when I try to access any of the FOS
> > routes I get redirected to /login and see the 310 too many redirects
> > http error...
> > Even if I add an 'exit;' to loginAction() the method does not seem to
> > get executed...
> > I think there is an routing/configuration issue.. does anyone have an
> > idea?
> > Thanks,
> > Conrad
>
> do you allow anonymous users to access the /login route ?
> The common issue causing infinite redirection loop is requiring to be
> logged to access the login page.
>
> --
> Christophe | Stof

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to