Re: [Acegisecurity-developer] Using a corporate authentication with Acegi

2004-07-19 Thread Ben Alex
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

Re: [Acegisecurity-developer] Using a corporate authentication with Acegi

2004-07-19 Thread Stefan D Sookraj
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

Re: [Acegisecurity-developer] Using a corporate authentication with Acegi

2004-07-19 Thread Ben Alex
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

Re: [Acegisecurity-developer] Suggestions for changes to AbstractProcessingFilter

2004-07-19 Thread Ben Alex
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.

[Acegisecurity-developer] Using a corporate authentication with Acegi

2004-07-19 Thread Stefan D Sookraj
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

[Acegisecurity-developer] Suggestions for changes to AbstractProcessingFilter

2004-07-19 Thread Wesley Hall
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

RE: [Acegisecurity-developer] Assigning roles to URL's and MethodInvocations

2004-07-19 Thread Wesley Hall
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

[Acegisecurity-developer] HISPACTA (Hibernate + Spring + Acegi security + Tapestry) example application

2004-07-19 Thread Karel Miarka
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