RE: Pre-authorize a link?

2003-03-07 Thread Doug Redd
That's what I was afraid of. Thanks for your help. -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 11:25 PM To: [EMAIL PROTECTED] Subject: Re: Pre-authorize a link? Not without parsing 'web.xml' yourself. Doug Redd [EMAIL PROTECTED] wrote

RE: Pre-authorize a link?

2003-03-07 Thread Mike Jackson
Custom tag? That's how I do about 50% of my security. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Doug Redd [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:09 PM To: Tomcat Users List Subject: Pre-authorize a link? Is there any way to

Re: Pre-authorize a link?

2003-03-06 Thread Will Hartung
From: Doug Redd [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:08 PM Subject: Pre-authorize a link? Is there any way to make a call such as authorize(user, resource) that returns a boolean to indicate if the user is authorized? I am looking for a way to programmatically either include

RE: Pre-authorize a link?

2003-03-06 Thread Doug Redd
Okay, that could work if I can get a list of which roles a resource requires. Is there a way to do a call like getResourceRoles(resource)? -Original Message- From: Will Hartung [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:42 PM To: Tomcat Users List Subject: Re: Pre

Re: Pre-authorize a link?

2003-03-06 Thread Bill Barker
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:42 PM To: Tomcat Users List Subject: Re: Pre-authorize a link? From: Doug Redd [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:08 PM Subject: Pre-authorize a link? Is there any way to make a call such as authorize(user, resource