We are upgrading from Acegi Security 1.0.6 to Spring Security 3.0.3. On the login page, we were using this tag to show the login form only to users who have not logged in:
<@authz.authorize...
Type: Posts; User: wgillett; Keyword(s):
We are upgrading from Acegi Security 1.0.6 to Spring Security 3.0.3. On the login page, we were using this tag to show the login form only to users who have not logged in:
<@authz.authorize...
Thanks so much for posting this info. Hugely helpful! But I found that in order to make it work, I needed to move the call "super.renderReport" to the end of the overridden renderReport method. That...
Javadoc says "All failures are logged at the warning level, with success events logged at the information level, and public invocation events logged at the debug level." But if you look at...
I think (I'm new to this game myself) the idea is that a SNAPSHOT jar is one that is built from source code & is not an official release. Therefore you will never find a jar with this name in any...
We were getting mysterious connection closed exceptions from PostgreSQL with our application. Switching from DBCP to C3P0 eliminated them. Thanks for the info in this thread, very helpful.
-Walter...