[Acegisecurity-developer] Event not firing from DaoAuthenticationProvider.java

2005-08-03 Thread Cameron Braid
DaoAuthenticationProvider.java around line 300, publishes an AuthenticationSuccessEvent when the user has logged in.  However – it only does this if the cache wasn’t used… This seems odd and incorrect to me.   Since this sequence of events misses the second event :   1)   login as u

RE: [Acegisecurity-developer] FilterChainProxy and regexp matchers

2005-03-20 Thread Cameron Braid
Anyone have any comments on this ?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Braid Sent: Wednesday, 16 March 2005 10:28 PM To: acegisecurity-developer@lists.sourceforge.net Subject: [Acegisecurity-developer] FilterChainProxy and regexp matchers

[Acegisecurity-developer] FilterChainProxy and regexp matchers

2005-03-16 Thread Cameron Braid
I am trying to match a whole set of URLs based on file extension, using the regexp matcher   For example :   ^.*\.jspa$|^.*\.jspk|^.*\.htm|^.*\.html   The FilterInvocation.getRequestUrl() returns the query string as part of the url.   Therefore the above regexp doesn’t match.   Is

RE: [Acegisecurity-developer] FilterChainProxy and ContextHolderAwareRequestFilter

2005-03-16 Thread Cameron Braid
Its funny.. I just found this same soloution when using the filter chain class in my app. I was just about to report it ;) Thanks. Cameron > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Ben Alex > Sent: Friday, 11 March 2005 11:42 AM > To: aceg

RE: [Acegisecurity-developer] The "Maven Shuffle"

2004-11-13 Thread Cameron Braid
Don't you add a MAVEN_REPO variable into eclipse, instead of the MAVEN_HOME ? Also, when I run maven multiproject:artifact it builds the core fine, then runs some tests, and then I get : jar:jar: [jar] Building jar: D:\work\spring.acegisecurity\core\target\acegi-security-0.7-SNAPSHOT.jar +---