Re: Initial security check

2001-03-28 Thread dhay
] on 03/26/2001 01:04:33 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Initial security check On Mon, 26 Mar 2001 [EMAIL PROTECTED] wrote: Craig, Thanks for the reply. Again, I'm not sure I explained too well. Whether

Re: Initial security check

2001-03-28 Thread Martin Cooper
: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 8:55 AM Subject: Re: Initial security check Hi. Just one more question on this... If I find an error when I do the initial check in the controller (see history), can I forward to an error page directly from the init

Re: Initial security check

2001-03-28 Thread Craig R. McClanahan
On Wed, 28 Mar 2001 [EMAIL PROTECTED] wrote: Hi. Just one more question on this... If I find an error when I do the initial check in the controller (see history), can I forward to an error page directly from the init() method? Is there a way to do this elegantly? The init()

Re: Initial security check

2001-03-26 Thread dhay
PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Initial security check What I am doing in my applications to protect private areas is the following: I protect all my *.jsp pages (by naming them *.jspp), so the user can not directly access them (achieved by Apache

Re: Initial security check

2001-03-26 Thread Craig R. McClanahan
On Mon, 26 Mar 2001 [EMAIL PROTECTED] wrote: Hi. Thanks for all the replies, but not sure I explained myself well enough first time round! My problem is not so much the how-to of security, but the fact that I only require a log-in *sometimes*. If accounts are set-up on the related

Re: Initial security check

2001-03-26 Thread dhay
that this is correct usage for the controller - but please correct me if I'm wrong! Dave "Craig R. McClanahan" [EMAIL PROTECTED] on 03/26/2001 12:12:41 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Initial secu

Re: Initial security check

2001-03-26 Thread Craig R. McClanahan
On Mon, 26 Mar 2001 [EMAIL PROTECTED] wrote: Craig, Thanks for the reply. Again, I'm not sure I explained too well. Whether I require users to login is determined *once* - when the application first starts, depending on the underlying connected server. If they are required,

RE: Initial security check

2001-03-23 Thread Shamdasani Nimmi-ANS004
Struts example application uses: app:checkLogon/ in the JSPs to force the user to go to login screen. Check that. -Nimmi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 3:25 PM To: [EMAIL PROTECTED] Subject: Initial security check

Re: Initial security check

2001-03-22 Thread Matthias Bauer
What I am doing in my applications to protect private areas is the following: I protect all my *.jsp pages (by naming them *.jspp), so the user can not directly access them (achieved by Apache configuration). Now I have an action for each page in struts-config.xml like action