[Acegisecurity-developer] OpenID sample

2008-04-18 Thread Burt Beckwith
Is there a working OpenID example app available? I attempted to implement a small test app and also tried the sample in SVN but in both cases I get an exception because of redirects (for j_spring_openid_security_check) and a message Realm verification failed for: ... I can run a sample app

Re: [Acegisecurity-developer] (no subject)

2008-12-22 Thread Burt Beckwith
That's the correct URL for the core, https://src.springframework.org/svn/spring-security/branches/2.0.x-branch is the url for the whole branch. There's a SSL certificate mismatch - that's probably confusing your client. I use Eclipse and it prompted me to keep the mismatched certificate and

Re: [Acegisecurity-developer] wrong username/password problem

2009-01-18 Thread Burt Beckwith
You should be asking this question on the Grails User list - http://grails.org/Mailing+lists. It sounds like you're using dbCreate='create-drop' in DataSource.groovy. If you want to retain data between server restarts, either use dbCreate='update' or leave out the dbCreate parameter entirely