RE: implementation of permission subsystem

2004-06-04 Thread Joe Hertz
t I use. http://www.securityfilter.org HTH > -Original Message- > From: Ding Lei [mailto:[EMAIL PROTECTED] > Sent: Friday, June 04, 2004 9:03 PM > To: Struts Users Mailing List; Ding Lei > Subject: Re: implementation of permission subsystem > > > One more thing, the system

Re: implementation of permission subsystem

2004-06-04 Thread Ding Lei
One more thing, the system stores all user & group information in database So storing role information in a tomcat/struts configuration isn't really possible. On Sat, Jun 05, 2004 at 08:59:41AM +0800, Ding Lei wrote: > Hello folks, > I am working on a DVB(Digital video broadcasting) content

implementation of permission subsystem

2004-06-04 Thread Ding Lei
Hello folks, I am working on a DVB(Digital video broadcasting) content management webapp, which is based on the struts framework. It mainly includes application, service,network, user,broadcasting management & etc. The system is originally designed almost without considering security issues