Hi All!

Very nice work in Symfony Beta 1  (lot of changes since my last
evaluation in PR6!) Probably a newbie question but I can't find how to
manage this:

I need some permanent links on my secured application to allow an easy
change of the language, so basically I have following these
instructions:

http://symfony.com/doc/2.0/book/translation.html#the-locale-and-the-url
http://symfony.com/doc/2.0/book/security/authentication.html#the-firewall-map

I'm not sure how to specify the patterns at app/config/security.yml.
Following the example provided in Beta1 I've tried different
configurations like the following, but no one works for me.

secured_area:
            pattern:    ^/{_locale}/demo/secured/
            form_login:
                check_path: /{_locale}/demo/secured/login_check
                login_path: /{_locale}/demo/secured/login
            logout:
                path:   /{_locale}/demo/secured/logout
                target: /{_locale}/demo/

Are these two features compatible?

Thanks in advance
Borja R.

-- 
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