I'm not sure if this is exactly what you're looking for, but here is a good article on how to inject a Java 5 Enum without using a property editor.
...
Type: Posts; User: lpillow; Keyword(s):
I'm not sure if this is exactly what you're looking for, but here is a good article on how to inject a Java 5 Enum without using a property editor.
...
I had this problem recently and found a pretty good solution at http://deepthoughts.orsomethinglikethat.com/2006/10/19/13/
Hope that helps
This was originally posted on August 3, under the title, "Dueling Cookies" but was never addressed on the forum. At this point, I'm mostly curious if I have asked a dumb question? Should I be able...
Hello,
How do you configure Acegi to allow more than one cookie to be dropped from the same domain?
Thanks,
Luke.
That's what I had just figured out.
Thanks again. I really appreciate your quick reply.
Luke.
Thanks Luke...
You're exactly right. Much better stated in fewer words.
I had started to create a new AuthenticationProvider and in the process I created my own Authentication implementation...
Hello,
I'm still new to Acegi so this may be a stupid question... I'm working on a project that we have Acegi successfully authenticating via form-based authentication.
A new scenario has...