Search:

Type: Posts; User: wgillett; Keyword(s):

Search: Search took 0.01 seconds.

  1. security:authorize ifNotGranted not working with Spring Security 3.0.3

    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...
  2. overriding RenderReport

    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...
  3. LoggerListener logs successful auth events as warnings?

    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...
  4. Replies
    6
    Views
    1,208

    acegi-security-0.9.0-SNAPSHOT.jar

    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...
  5. Replies
    13
    Views
    6,549

    Switching from DBCP to C3P0 worked for us also

    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...
Results 1 to 5 of 5