Re: [Acegisecurity-developer] Security Annotation support (initial)

2005-08-22 Thread Colin Sampaleanu
itself, we'll probably also have ot split things out there for the same reason. Colin -- Colin Sampaleanu Interface21 Principal Consultant Spring Training, Consulting and Support - "From the Source" http://www.springframework.com -

[Acegisecurity-developer] FW: Sun moves its secure ID to open source

2005-07-14 Thread Colin Sampaleanu
Interesting... Good to see this SSO and identity management code will be available as open source: http://www.techworld.com/security/news/index.cfm?NewsID=4030&Page=1&pagePos=11 --- SF.Net email is sponsored by: Discover Easy Linux Migration

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

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

2005-05-07 Thread Colin Sampaleanu
t is managed clearly by Acegi. 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 sponsore

[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] Preparing for 0.7.0

2004-12-25 Thread Colin Sampaleanu
The maven build worked fine for me. Ben Alex wrote: Hi everyone I am happy to report that Ant has now been officially removed from CVS (along with /lib/*.jar). The Maven build is now performing well, and the web site at http://acegisecurity.sourceforge.net has been expanded to include Maven-spec

Re: [Acegisecurity-developer] Vote: Change to build system and CVS layout

2004-10-25 Thread Colin Sampaleanu
Ben Alex wrote: Ben Alex wrote: I should emphasize that typical Acegi Security users will not be impacted at all from these changes, except perhaps defining the correct substitute for AutoIntegrationFilter in web.xml. Users already need to build the samples using Ant, so the need to build the s

[Acegisecurity-developer] JOSSO

2004-10-25 Thread Colin Sampaleanu
I stumbled across JOSSO (Java Open Single Sign-On) and thought it would be interesting to Acegi Security System developers and users. --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business?

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 l

Re: [Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Colin Sampaleanu
Ben Alex wrote: Colin Sampaleanu wrote: I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that

[Acegisecurity-developer] Remember me functionality via cookie

2004-07-21 Thread Colin Sampaleanu
I was taking a look at the LoginInteceptor in AppFuse, http://static.raibledesigns.com/downloads/struts-resume/api/org/appfuse/webapp/filter/LoginFilter.java.html which uses a cookie to remember the user for auto-login purposes, and was thinking that it's probably worth adding some cookie based

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

2004-07-17 Thread Colin Sampaleanu
Ray Krueger wrote: Colin Sampaleanu wrote: 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

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 AuthenticationProvide

[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. http://ads.osdn.com/?ad_id=

Re: [Acegisecurity-developer] JdbcDaoImpl + Md5PasswordEncoder + DaoAuthentication

2004-06-26 Thread Colin Sampaleanu
ntials(), user.getAuthorities()); Same change that I did :) Any idea when you and Ben are doing another release? or when there will be a final release? Or if and when Acegi will be integrated as "the" security component for Spring? Thanks Mark |-+----

Re: [Acegisecurity-developer] JdbcDaoImpl + Md5PasswordEncoder + DaoAuthentication

2004-06-26 Thread Colin Sampaleanu
Mark, You need to be running a CVS version post the last 0.51 official release. This is a bug that was introduced around the 28th or 29th of May if I remember, and fixed about the 6th or so of June... Colin Mark St Godard wrote: Hi Ben, Colin et al Configuring the JdbcDaoImpl and am having prob

Re: [Acegisecurity-developer] Re: User private members

2004-06-23 Thread Colin Sampaleanu
Randy, While it used to be true that HIbernate needed public getters and setters, that is actually no longer the case (since 2.1 I believe). So if it does not make sense for your objects to have these getters and setters be public, you don't have to do it any longer... Randy Thornton wrote: I a

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 in the element, but rather a /* url mapping.

Re: [Acegisecurity-developer] Acegi Security - new release 0.51

2004-06-10 Thread Colin Sampaleanu
Ben, I've been very very busy the last while so I only had a chance today to try the 0.51 release. I was previously using the CVS HEAD version from around May 27th, which is a couple of days before you reworked the user caching code. There seems to be a problem when digest passwords are used. B

Re: [Acegisecurity-developer] HttpServletRequest getters

2004-06-09 Thread Colin Sampaleanu
I think that should generally work... I'm short of time right now (basically for the last 3-4 weeks actually), so didn't look too much, but I presume you would change the usage in FilterInvocation.getRequestUrl() ? That's the only place I can see outside of tests that's using getServletPath()..

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 hand

Re: [Acegisecurity-developer] infinite cycle caused by "secured" login page

2004-06-04 Thread Colin Sampaleanu
Karel, One way to handle this is to have your Tapestry app accessible under two prefixes (just register it twice in web.xml), for example both /app and /auth Your login page would be accesed under /app and would not trigger the /auth interceptor. Tapestry is quite fine with this. Now you do h

Re: [Acegisecurity-developer] DaoAuthenticationProvider caching

2004-05-29 Thread Colin Sampaleanu
Colin Sampaleanu wrote: 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

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 DaoAuthenticationTo

[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) whi

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

2004-05-23 Thread Colin Sampaleanu
Ben Alex wrote: Documentation generation is about the only thing I can think of. Just to put it up on iBiblio requires only the jar file produced by the ant build, you don't need Maven for that... OK, will we be uploading as per http://maven.apache.org/repository-upload.html? In that case, w

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 Mav

Re: [Acegisecurity-developer] DaoAuthenticationProvider

2004-05-17 Thread Colin Sampaleanu
ssful attempts. Does this make sense? Steve -Original Message----- From: Colin Sampaleanu [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 9:13 AM To: [EMAIL PROTECTED] Subject: Re: [Acegisecurity-developer] DaoAuthenticationProvider Steve, I'm not sure exactly what you're

Re: [Acegisecurity-developer] Acegi Reg Exp usage

2004-05-12 Thread Colin Sampaleanu
Adnaan, You want to trap /userManagement.do but if you look at your regex, you are specifying /secure/ as a prefix. Did you just explain what you meant wrongly, or did you miss the fact that the regex leads off with 'secure'? Adnaan Sikandar wrote: Sorry to bother about this trivial question

Re: [Acegisecurity-developer] DaoAuthenticationProvider

2004-05-12 Thread Colin Sampaleanu
Steve, I'm not sure exactly what you're asking? The existing code will catch an invalid login attempt without any problems. Can you describe your use case a bit better? Regards, Colin Steve Bendiola wrote: I want to use the dao providers, but was wondering, what is the recommended way of catc