RE: [Acegisecurity-developer] Preparing for 1.0.0 RC2

2006-02-13 Thread Garvey, Paul M (GE Comm Fin)
Scott, This is my recommendation, the following snippets below shows how I cleanly got Siteminder/Acegi to work. Look at the requiresAuthentication() method below it should be overridden by the SiteminderAuthenticationProcessingFilter instead. Do you have an issues or concerns with the

Re: [Acegisecurity-developer] Releasing 1.0.2

2006-09-19 Thread Garvey, Paul M (GE Comm Fin)
Ben, what are the Siteminder improvements? - Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott McCrory Sent: Sunday, September 17, 2006 3:01 PM To: acegisecurity-developer@lists.sourceforge.net Subject: Re: [Acegisecurity-developer]

Re: [Acegisecurity-developer] Integrating Acegi Security 1.0.3 , Siteminder and JBoss Portal 2.4

2006-12-14 Thread Garvey, Paul M (GE Comm Fin)
watching this list, there are thousands on the forums. http://forum.springframework.org/forumdisplay.php?f=33 On 12/14/06, Garvey, Paul M (GE Comm Fin) [EMAIL PROTECTED] wrote: All: I am developing a portal with JBoss Portal and I want to use Siteminder for Authentication. So, when

[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

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)
they are sent when they are NOT ROLE_AUTHENTICATED and you'll go into a loop. Hope that helps, -Ray On 1/22/07, Garvey, Paul M (GE Comm Fin) [EMAIL PROTECTED] wrote: 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