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.

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

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

2007-01-22 Thread Garvey, Paul M (GE Comm Fin)
In the following snippet below why are /A and /Z used in the URL? For example \A/c/portal/login\Z? Why not remove the /A and /Z to leave /c/portal/login? bean id=filterInvocationInterceptor class=org.acegisecurity.intercept.web.FilterSecurityInterceptor property name=authenticationManager