Re: does authorization occurr for each request?

2002-08-29 Thread Craig R. McClanahan
On Thu, 29 Aug 2002, jfc wrote: > ok, > > I use tomcat4+jboss2.4.x, struts1.1 and tiles on jdk1.3.1_01 and suse > linux kernel2.4.13. > > My MVC view has to be able to determine which whether or not a request > belongs to any particular role in order to perform its rendering. > > It seems to me

Re: does authorization occurr for each request?

2002-08-29 Thread jfc
Craig R. McClanahan wrote: > >On Wed, 28 Aug 2002, jfc wrote: > >>Date: Wed, 28 Aug 2002 21:03:10 + >>From: jfc <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EMAIL PROTECTED]> >>To: Tomcat Users List <[EMAIL PROTECTED]> >>Subject

Re: does authorization occurr for each request?

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, jfc wrote: > Date: Wed, 28 Aug 2002 21:03:10 + > From: jfc <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: does authorization occurr for each request? >

Re: does authorization occurr for each request?

2002-08-28 Thread jfc
1 + >>From: jfc <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EMAIL PROTECTED]> >>To: tomcat-user <[EMAIL PROTECTED]> >>Subject: does authorization occurr for each request? >> >>Hi, >> >>A question re declarative s

Re: does authorization occurr for each request?

2002-08-28 Thread Craig R. McClanahan
On Wed, 28 Aug 2002, jfc wrote: > Date: Wed, 28 Aug 2002 14:11:51 + > From: jfc <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: tomcat-user <[EMAIL PROTECTED]> > Subject: does authorization occurr for each request? > > Hi,

does authorization occurr for each request?

2002-08-28 Thread jfc
Hi, A question re declarative security and form-based authentication and subsequent request authorization: Can anyone confirm whether or not authorization(i.e. role checking) is repeated for each request(to a secured resource) after a user has been authenticated? There would be times when a