[Acegisecurity-developer] Adding getUserPrincipal to ContextHolderAwareRequestWrapper

2005-02-04 Thread Seth Ladd
Hello, I'd like to propose we add getUserPrincipal to ContextHolderAwareRequestWrapper. We can return the Authentication, which itself is a Principal. Thoughts? Thanks! Seth -- a href=http://www.picklematrix.net/foaf.rdf;Seth Ladd's FOAF/a a href=http://www.foaf-project.org/;What is FOAF?/a

Re: [Acegisecurity-developer] Adding getUserPrincipal to ContextHolderAwareRequestWrapper

2005-02-04 Thread Seth Ladd
Seth Ladd wrote: Hello, I'd like to propose we add getUserPrincipal to ContextHolderAwareRequestWrapper. We can return the Authentication, which itself is a Principal. The Simple patch for this has been attached. Thanks! Seth -- a href=http://www.picklematrix.net/foaf.rdf;Seth Ladd's FOAF/a a

[Acegisecurity-developer] Where to find retroweaver-1.0fcs.jar?

2005-02-04 Thread Seth Ladd
Hello, I'm trying to build acegi with maven, and now it's time to find and download retroweaver-1.0fcs.jar. Unfortunately, ibiblio doesn't have it, and only version 1.1 is available from sourceforge (or so it seems). Google also doesn't know about it. Does anyone have a tip on where to find

Re: [Acegisecurity-developer] Where to find retroweaver-1.0fcs.jar?

2005-02-04 Thread Ben Alex
Seth Ladd wrote: Hello, I'm trying to build acegi with maven, and now it's time to find and download retroweaver-1.0fcs.jar. Unfortunately, ibiblio doesn't have it, and only version 1.1 is available from sourceforge (or so it seems). Google also doesn't know about it. Does anyone have a tip

Re: [Acegisecurity-developer] Adding getUserPrincipal to ContextHolderAwareRequestWrapper

2005-02-04 Thread Ben Alex
Seth Ladd wrote: Seth Ladd wrote: Hello, I'd like to propose we add getUserPrincipal to ContextHolderAwareRequestWrapper. We can return the Authentication, which itself is a Principal. I just checked in something similar to CVS, with consistent handling of nulls and a unit test. Best regards