Hi.
I am using Spring @MVC with Spring 3 annotated controllers and I've come across a problem I can't find the solution to.
I have a form that is backed by a form bean, and now I need to add a...
Type: Posts; User: GothGargoyle; Keyword(s):
Hi.
I am using Spring @MVC with Spring 3 annotated controllers and I've come across a problem I can't find the solution to.
I have a form that is backed by a form bean, and now I need to add a...
Ok I will try. Here's the basic steps:
1. Create your own extension of the AuthenticationProcessingFilter class and override onSuccessfulAuthentication. As I mentioned, here I made the following...
OK so I'm going to answer my own post now I have figured it out!
Turns out the WebLogic provided login module, UsernamePasswordLoginModule which is being pointed to as the login module by my Jaas...
Hi there.
I am working on a project where I need to integrate a web application using Acegi with other non-Acegi webapps running on the same app server.
My application previously ran standalone...