Re: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-19 Thread Mathias Bogaert
> Sent: Saturday, 19 July 2003 3:34 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [OS-webwork] Pattern for ensuring a logged-in user > > > > > > I know that Mike and the Atlassian guys are going to be > > releasing their security framework as opensource.

Re: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-18 Thread Francisco Hernandez
From: Sebastiano Pilla [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 9:24 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [OS-webwork] Pattern for ensuring a logged-in user At 09.06 18/07/2003 -0500, Greinke, Ross wrote: >Is there a simple WebWork pattern that helps to ensure that a u

Re: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-18 Thread Anders Engström
On Fri, Jul 18, 2003 at 09:06:00AM -0500, Greinke, Ross wrote: > Is there a simple WebWork pattern that helps to ensure that a user has > gone thru the normal login page? > [snip] You could do what Sebastiano suggested - letting the J2EE Container based security handle this for you. Another app

RE: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-18 Thread Cameron Braid
security features. Maybe we can > hear from them when this will drop as opensource? > > Jason > > > -Original Message- > > From: Greinke, Ross [mailto:[EMAIL PROTECTED] > > Sent: Friday, July 18, 2003 12:31 PM > > To: [EMAIL PROTECTED] > > Subjec

RE: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-18 Thread Jason Carreira
> -Original Message- > From: Greinke, Ross [mailto:[EMAIL PROTECTED] > Sent: Friday, July 18, 2003 12:31 PM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] Pattern for ensuring a logged-in user > > > Hmmm... I guess I could do that, although I already have a > mi

RE: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-18 Thread Greinke, Ross
ROTECTED] Sent: Friday, July 18, 2003 9:24 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [OS-webwork] Pattern for ensuring a logged-in user At 09.06 18/07/2003 -0500, Greinke, Ross wrote: >Is there a simple WebWork pattern that helps to ensure that a user has >gone thru the norm

Re: [OS-webwork] Pattern for ensuring a logged-in user

2003-07-18 Thread Sebastiano Pilla
At 09.06 18/07/2003 -0500, Greinke, Ross wrote: Is there a simple WebWork pattern that helps to ensure that a user has gone thru the normal login page? Not a WebWork specific thing, but what about the security constraints offered by any servlet container? You configure those constraints in the w