Re: [symfony-users] Question about security in sf2

2011-06-07 Thread Gareth McCumskey
In firewalls note this line: pattern:^/ In access_control note: ^/admin So in access control any path with ^/ is a firewalled route. Therefore access is restricted. On Mon, Jun 6, 2011 at 4:57 PM, Javier Garcia tirengar...@gmail.com wrote: Hi, in the section of security of the sf2's

[symfony-users] Question about security in sf2

2011-06-06 Thread Javier Garcia
Hi, in the section of security of the sf2's manual there is this configuration: security: firewalls: secured_area: pattern:^/ anonymous: ~ http_basic: realm: Secured Demo Area access_control: - { path: ^/admin,

Re: [symfony-users] Question about security in sf2

2011-06-06 Thread Christophe COEVOET
Le 06/06/2011 16:57, Javier Garcia a écrit : Hi, in the section of security of the sf2's manual there is this configuration: security: firewalls: secured_area: pattern:^/ anonymous: ~ http_basic: realm: Secured Demo Area