Re: [Acegisecurity-developer] In the Acegi config xml file why use/A and /Z in the URL pattern?

2007-01-23 Thread Garvey, Paul M (GE Comm Fin)
Thanks Ray the information was very useful. - Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Krueger Sent: Tuesday, January 23, 2007 7:08 AM To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] In the Acegi c

Re: [Acegisecurity-developer] In the Acegi config xml file why use /A and /Z in the URL pattern?

2007-01-23 Thread Ray Krueger
The best explanation of FilterSecurityInterceptor ObjectDefinitionSource is here: http://acegisecurity.org/docbook/acegi.html#filter-invocation-authorization Basically, you are using regular expressions in the example you gave and the \A means "beginging of the line" and \Z means "end of the line"