Stefan D Sookraj wrote:
I do have one question, is there a diagram or
pictorial representation of the components for Acegi? Thank you.
Unfortunately there is no diagram at this stage. It does raise a good
question though, being "what diagrams would new users find most
helpful?". Feedback appre
Ben,
Thank you for the detailed response. Yes, I hope that the company security
infrastructure is good and I am sure it is since to enter in your login
credentials you would have had to gone through several layers of security
already to get to the login prompt. I myself was a bit surprised to k
Stefan D Sookraj wrote:
All,
I am trying to integrate Spring /Acegi into a critical application.
Our company has common web authentication mechnism that we need to use
for authentication. It basically set the REMOTE_USER variable in the
http request. I can use request.getRemoteUser or
request.g
Hi Wesley
Thanks for the suggestions. Comments below.
Wesley Hall wrote:
Hello all,
I have a couple of suggestions for changes to AbstractProcessingFilter. I am
not sure on process for submitting patches but I am happy to make these
changes myself if somebody would care to provide this information.
All,
I am trying to integrate Spring /Acegi into a critical application. Our
company has common web authentication mechnism that we need to use for
authentication. It basically set the REMOTE_USER variable in the http request. I
can use request.getRemoteUser or request.getUserPrincipal() to r
Hello all,
I have a couple of suggestions for changes to AbstractProcessingFilter. I am
not sure on process for submitting patches but I am happy to make these
changes myself if somebody would care to provide this information.
My first suggestion is to provide alternate failure URLs for the diffe
Ben,
Thanks for your response.
This is certainly not a big problem, I see some minor advatages to attaching
the security to the bean or the controller in question but these are not big
enough advantages to warrent a large development effort. If I find, during
the course of my project, that the ad
Hi,
For those searching for some example applications I have published a first
version of HISPACTA at http://sourceforge.net/projects/hispacta .
An example java web application using layered architecture and Hibernate
(persistence), Spring (integration, AOP) + Acegi security, Tapestry (GUI)
and J