Congratulations on hijacking a four year old thread!
Thanks for the help, I've been sitting here helplessly for four years just waiting for a reply..
Type: Posts; User: xbit; Keyword(s):
Congratulations on hijacking a four year old thread!
Thanks for the help, I've been sitting here helplessly for four years just waiting for a reply..
Certainly, karldmoore!
Some relevant threads are:
Question about Users/Roles and ACL
Best way to restrict Principal from deleting certain domain object instances?
ACL without database...
I found a handful of threads here concerning conditional roles and some examples, and references to Alarmnummers blog. There was also some talk about integrating this with Acegi (about a year ago),...
@litterat: I'm not sure who your reply was directed at but creating one role for each method would be pretty meaningless as one quickly would end up with hundreds of roles and a completely...
Instead of using a seperate class I guess it should work if implementing the 3 interfaces in one class too?
It still causes an endless loop and ultimately a Stack Overflow here...
Hi, I'm trying to change the default encoding that my web application outputs (from ISO-8859-1 to UTF-8).
I can do this in my controller:
response.setCharacterEncoding("utf-8");
or this...