Re: [Acegisecurity-developer] Acegi Security's ContextHolder replaced by SecurityContext

2005-05-07 Thread Colin Sampaleanu
. What does everybody think? -- Colin Sampaleanu Interface21 Principal Consultant Spring Training, Consulting and Support - From the Source http://www.springframework.com --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers

Re: [Springframework-developer] Re: [Acegisecurity-developer] Acegi Security's ContextHolder replaced by SecurityContext

2005-05-07 Thread Colin Sampaleanu
Colin Sampaleanu wrote: Ben Alex wrote: Pursuant to Juergen's recommendation (http://article.gmane.org/gmane.comp.java.springframework.devel/8290), Acegi Security CVS has now had its ContextHolder and related classes removed. This functionality has been replaced by SecurityContext, which

[Acegisecurity-developer] Source zip/tarfile

2005-01-23 Thread Colin Sampaleanu
I noticed that on SF (unless I'm missing it), there's actually no source archive for v0.70. It'd probably be a good idea to have one, so people can sync this up when stepping through code and the like... --- This SF.Net email is sponsored by:

Re: [Acegisecurity-developer] Release 0.61

2004-09-24 Thread Colin Sampaleanu
Ben Alex wrote: Scott McCrory wrote: No objections - release early and release often... But are you sure it's just a 0.61 release? I'd recommend 0.7, as most non-programmers (and some bit twiddlers too) consider anything prior to 1.0 not mature enough for production, and I think Acegi is a

[Acegisecurity-developer] Some Acegi Security Framework discussion in a TSS thread

2004-07-17 Thread Colin Sampaleanu
http://www.theserverside.com/news/thread.tss?thread_id=27371 --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today.

Re: [Acegisecurity-developer] JAAS and Me, an introduction...

2004-07-17 Thread Colin Sampaleanu
Ray Krueger wrote: I just wanted to take a moment to introduce myself. My name is Ray Krueger, and after some off-list discussions with Ben Alex, I will be working on integrating JAAS into the Acegi framework. I have already written the base implementation for a JAAS based

Re: [Acegisecurity-developer] Re: HttpServletRequest getters

2004-06-11 Thread Colin Sampaleanu
Greg, (I'm cc'ing Greg directly also since I am not a jetty mailing list member, and don't know if this will get to Greg otherwise). It seems to me that this is not actually so clear-cut. The filter in question is not mapped to the request via a servlet-name/servlet-name in the

Re: [Acegisecurity-developer] HttpServletRequest getters

2004-06-09 Thread Colin Sampaleanu
There is to some extent the question of what is the servlet path supposed to be to a filter, since the filter executes outside the context of one particular servlet or another. So I think this is where the problem stems from. At the time the filter is invoked, the actual servlet which will

Re: [Acegisecurity-developer] DaoAuthenticationProvider caching

2004-05-28 Thread Colin Sampaleanu
Ben Alex wrote: I have been considering the DaoAuthenticationProvider caching approach and think we should change it. At present the cache depends on a DaoAuthenticationToken being present in a user session. The problem with this is BASIC authentication is stateless, meaning the

[Acegisecurity-developer] response.sendRedirect and lack of response.encodeRedirectURL

2004-05-26 Thread Colin Sampaleanu
Ben, I think we need to change the existing code which does something like: response.sendRedirct(x) to response.sendRedirect(response.encodeRedirectURL()) The existing code is not going to work properly for people who have turned off cookies, or environments (like some Mobile phones)

Re: [Acegisecurity-developer] CVS changes + Preparing for 0.51

2004-05-23 Thread Colin Sampaleanu
Ben Alex wrote: is it possible to upload 0.51, once released, to ibiblio for maven builds. I looked at Maven integration a few months back, but put it off due to a lack of time. Is anyone out there willing to write a Maven build file for Acegi Security? Ben It's not too hard to write a