Re: Role-based security

2001-07-30 Thread Nic Hobbs
and groups into a single list in the action element cause problems if there's a user with the same name as a group? - Original Message - From: Nic Hobbs To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 4:14 PM Subject: Role-based security

Re: Role-based security

2001-07-30 Thread Nic Hobbs
See comments below Regards, Nic - Original Message - From: Oleg V Alexeev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 8:13 PM Subject: Re: Role-based security Hello Nic, Hm... Nic, I think that 'roles' attribute in ActionMapping is not solution - it helps

Re: Role-based security

2001-07-30 Thread Nic Hobbs
Again comments below ;) Regards, Nic - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 29, 2001 12:07 PM Subject: Re: Role-based security There are a number of problems with deploying container-based security. It's an important feature,

Re: Role-based security

2001-07-30 Thread Nic Hobbs
to have users and groups with the same name, and use Struts :-/ Otherwise tho (and I admit I haven't had time to try your code), what you've created sounds good to me :-) - Original Message - From: Nic Hobbs To: [EMAIL PROTECTED] Sent: Monday

Re: Role-based security

2001-07-30 Thread Nic Hobbs
Comments below. - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 30, 2001 12:43 PM Subject: Re: Role-based security Nic Hobbs wrote: The TODO list says Add the ability to require the current user to be in a particular security role

Re: Role-based security

2001-07-30 Thread Nic Hobbs
, but implement standard interfaces, so if they want to use something else later, it's easy to switch. Nic Hobbs wrote: Sorry, I am probably about to repeat what you have said far more concisely, but humour me a minute - I'm british! I think what you are saying is have a struts security method

Re: role based security in struts and workflow

2001-08-13 Thread Nic Hobbs
Hi Matt, all, At the moment I haven't got anything like a demo webapp for it but all you need to do to try it is to install it all as per the instructions, add your roles to the struts-config and make sure that you login to your app server such that isUserInRole etc. return the right thing.

Re: Hope to help you out with the workflow in 1.1 of struts

2001-08-20 Thread Nic Hobbs
Apologies for the delay in responding - I was away all last week with no access to my mail! The best thing you can do is to subscribe to the struts-dev list and get involved in the Workflow threads there which is where all the current discussion is going on about the Workflow piece. Not that