[Acegisecurity-developer] Re: Acegi JSR-168 Portlet Integration

2005-09-22 Thread John Lewis
I just reposted the code and have included a DaoPortletAuthoritiesPopulator which is essentially a duplicate of DaoCasAuthoritiesPopulator. Thanks again for the feedback! John Ben Alex wrote: John Lewis wrote: - You are correct that the portlet container performs the authentication and

[Acegisecurity-developer] Re: Acegi JSR-168 Portlet Integration

2005-09-21 Thread John Lewis
Ben, Thanks for the feedback. Here are the responses to your questions and comments: - I'll start working on updating to 0.9.0 next month. We are close to a deployment of our own and I don't want to start refactoring until after that. - PortletSessionContextIntegrationInterceptor is in

Re: [Acegisecurity-developer] Re: Acegi JSR-168 Portlet Integration

2005-09-21 Thread Ben Alex
John Lewis wrote: - You are correct that the portlet container performs the authentication and then provides a String username to portlets running within the portlet container. It is very similar to CAS and X509 and I modeled the code after those two quite a bit. Unfortunately, the JSR-168