RE: Container Managed Security and Dynamic Role variables

2002-10-18 Thread Madel,Kurt
To: Struts Users Mailing List Subject: Re: Container Managed Security and Dynamic Role variables 2002. október 17. 13:46 dátummal Madel,Kurt ezt írtad: > > > paramName="projectDetailForm" paramProperty="id">Edit > Runtime expressions

Re: Container Managed Security and Dynamic Role variables

2002-10-18 Thread Gemes Tibor
2002. október 17. 13:46 dátummal Madel,Kurt ezt írtad: > > > paramName="projectDetailForm" paramProperty="id">Edit > Runtime expressions must start with '<%=' and end with '%>', so you'd better write <% String myRoles="ADMIN"+pids; %> ... Hth, Tib -- To unsu

Re: container managed security

2002-07-14 Thread Ted Husted
quot; apps I've > seen use application-managed security primarily, and container- > managed security "superficially" (beyond authentication.) > > regards, > -Ade > > -Original Message- > From: Tero P Paananen [mailto:[EMAIL PROTECTED]] > Sent: Friday

RE: container managed security

2002-07-13 Thread Ade Barkah
2, 2002 5:24 PM To: Struts Users Mailing List Subject: RE: container managed security ... > Something like this, or some portable container-level API with > functionality similar to what Tomcat's (4.1.x) "UserDatabase" provides, is > a long term goal of the platform. Un

RE: container managed security

2002-07-12 Thread Tero P Paananen
> > >Consider that you are writing a portal application, with the usual self > > >registration facilities. It is trivially simple to make the portal app > > >itself portable across containers, if you just stick to standard servlet > > >and JSP facilities. But the notion of "add a new user" is no

Re: container managed security

2002-07-12 Thread Craig R. McClanahan
On Fri, 12 Jul 2002, Jürgen Weber wrote: > Date: Fri, 12 Jul 2002 17:13:28 +0200 > From: Jürgen Weber <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: container managed security > > > On T

Re: container managed security

2002-07-12 Thread Jürgen Weber
On Tue, 09 Jul 2002, Craig R. McClanahan wrote: >The example app rolls its own for one and only one reason -- one of the >purposes of this webapp is to detect whether you have Struts installed and >working on your container correctly. The less configuration tinkering you >have to do for a "hell

RE: container managed security

2002-07-09 Thread Jason Rosen
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 7:33 AM To: Struts Users Mailing List Subject: Re: container managed security At 5:48 PM +0200 2002/07/08, Jürgen Weber wrote: >Hello, > >I am into evaluating Struts. > >The struts-example.war does authentication for its users progr

Re: container managed security

2002-07-09 Thread Craig R. McClanahan
On Mon, 8 Jul 2002, Jürgen Weber wrote: > Date: Mon, 08 Jul 2002 17:48:29 +0200 > From: Jürgen Weber <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: container managed security > > > > Hello, > > I am into evaluating Struts. > > Th

Re: container managed security

2002-07-09 Thread Joe Germuska
At 5:48 PM +0200 2002/07/08, Jürgen Weber wrote: >Hello, > >I am into evaluating Struts. > >The struts-example.war does authentication for its users programmatically. > >Why doesn't it use container managed security? I would assume simply because that's easier for an example. There's nothing pre

RE: container managed security and login action?

2002-02-18 Thread Matt Raible
PROTECTED]] Sent: Monday, February 18, 2002 10:33 AM To: 'Michelle Popovits' Subject: RE: container managed security and login action? Michelle, I tried using your sample LoginAction.java class to do what you're doing. However, I get the following error from Tomcat: Apac

RE: container managed security and login action?

2002-01-30 Thread Michelle Popovits
After a hard day of work I have solved this...see my documentation below. -Michelle J2EE Container Authentication and Struts Overview There was a need to provide a custom handler of the user authentication information (userid, password) prior to container authentication. This includes changi

RE: container managed security and login action?

2002-01-30 Thread Jon.Ridgway
Hi Michelle, You may need to look at JAAS for this, see: http://java.sun.com/products/jaas/ Alternatively your container may provide bespoke hooks. Jon. -Original Message- From: Michelle Popovits [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 15:01 To: '[EMAIL PROTECTED]' Subject: