Yeah, I've gotten around the issue for now by using redirect - but will need 
to look at it again soon.  I'll see if CVS HEAD provides more functionality.  
Basically, our app provides different "user spaces".  When a user logs in, 
they must provide both a user space and a username (usernames need only be 
unique across user spaces).  The "user space" is almost always hidden from 
the user as they will typically use a specially crafted URL that will have 
the user space already encoded.  Because this aspect of the system was 
originally designed for J2EE security (and generic, so it could be deployed 
to different containers), it relied on a trick whereby the userspace+username 
were both encoded into the single username that is passed to the 
authentication system.  I was simply attempting to adapt this approach to 
Acegi (to avoid writing more code).

Thanks for the great product,
  Andy


On Thursday 08 July 2004 02:55 pm, Ben Alex wrote:
>
> Did you still need some feedback on your AuthenticationProcessingFilter
> email, or did you sort that one out? The current CVS HEAD contains some
> enhancements that assist with processing additional authentication
> information, so you might like to see if that helps. The thread,
> "Customizing DaoAuthenticationProvider, et al", talks a little more
> about it.
>
> Best regards
> Ben
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Acegisecurity-developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to