RE: Form-based security

2005-01-19 Thread Venkat & Radha Venkataramanan
PROTECTED] Sent: Wednesday, January 19, 2005 3:31 AM To: Tomcat Users List Subject: Re: Form-based security what happen if you load tour error page using the address bar? can you see it? Isn't a path matter? regards, Omar On Wed, 19 Jan 2005 00:06:20 -0500, Venkat & Radha Venkataramana

Re: Form-based security

2005-01-19 Thread Omar Adobati
what happen if you load tour error page using the address bar? can you see it? Isn't a path matter? regards, Omar On Wed, 19 Jan 2005 00:06:20 -0500, Venkat & Radha Venkataramanan <[EMAIL PROTECTED]> wrote: > Hello: > > I just wrote my first form-based security control. It works fine if I sig

RE: Form based security and "Remember Me"

2003-02-21 Thread Raible, Matt
Here's how I've done it - First of all, I don't use "j_security_check" as my action, but rather "auth/" which maps to a LoginServlet. That servlet does some other things, but here's the relevant code. The StringUtil.encodeString(password) method changes to cookie to be base64 encrypted. Not a v

Re: Form based security and "Remember Me"

2003-02-21 Thread Bill Barker
My*" classes are left to the reader :-). > > John > > > -Original Message- > > From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, February 20, 2003 3:23 PM > > To: Tomcat Users List > > Subject: RE: Form based security and "Remem

RE: Form based security and "Remember Me"

2003-02-20 Thread Bill Lunnon
parameter will always return a value (null is definitely an error). Hope this is relevant to the thread Bill -Original Message- From: John Trollinger [mailto:[EMAIL PROTECTED]] Sent: Friday, 21 February 2003 7:32 AM To: 'Tomcat Users List' Subject: RE: Form based security and &quo

Re: Form based security and "Remember Me"

2003-02-20 Thread Will Hartung
> From: "John Trollinger" <[EMAIL PROTECTED]> > Sent: Thursday, February 20, 2003 12:31 PM > Subject: RE: Form based security and "Remember Me" > But does this work with Form based authenticaiton and realms... How do > you let the realm know tha

RE: Form based security and "Remember Me"

2003-02-20 Thread John Trollinger
Tomcat Users List > Subject: RE: Form based security and "Remember Me" > > > > Howdy, > I'm not doing this, and I'm one of those people who cleans > their cache every time their browser is closed (12Ghosts auto > wash is among the greatest tool

RE: Form based security and "Remember Me"

2003-02-20 Thread Shapira, Yoav
Howdy, I'm not doing this, and I'm one of those people who cleans their cache every time their browser is closed (12Ghosts auto wash is among the greatest tools I've ever seen for any computing purpose, ever), so Remember Me functionality doesn't typically work for me, but... >Is anyone doing thi

Re: Form based security

2003-02-14 Thread Sean Dockery
x27;s not exactly obvious when you want to do a simple... Welcome, ! Welcome, Guest! :-) - Original Message - From: "Raible, Matt" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 08:56 Subject:

Re: Form based security

2003-02-14 Thread Steven J. Owens
On Fri, Feb 14, 2003 at 03:42:21PM -0700, Sean Dockery wrote: > Redirecting all 400 errors to your index page is a questionable practice > because not all 400 (SC_BAD_REQUEST) errors are "Invalid direct reference > ..." errors. I wish that there was a legitimate configuration change to > enable yo

Re: Form based security

2003-02-14 Thread Sean Dockery
#x27;" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 08:48 Subject: RE: Form based security > Here's how I solved your issue: > > http://tinyurl.com/5s4e > > HTH, > > Matt > > > -Original Message- > > From: Sloan Seaman [mail

Re: Form based security

2003-02-13 Thread Sloan Seaman
o put the use in the role? If so, How? Thanks again! -- Sloan - Original Message - From: "Barney Hamish" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 10:54 AM Subject: RE: Form based security

Re: Form based security

2003-02-13 Thread Sloan Seaman
that way or is there someway in struts to do it? How do I get my code to use it's own log4j configuration? Again, thanks for all the help so far. - Original Message - From: "Barney Hamish" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAI

RE: Form based security

2003-02-13 Thread Raible, Matt
re. If you're using form-based authentication - Struts will play nicely with it. HTH, Matt > -Original Message- > From: Sloan Seaman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 8:52 AM > To: Tomcat Users List > Subject: Re: Form based security >

RE: Form based security

2003-02-13 Thread Barney Hamish
To: Tomcat Users List > Subject: Re: Form based security > > > Ok, I've got it now... > > Thanks for the information. > > Now my manager is saying he wasnted it all done in Struts and > that Struts > has a security model that I should be using. Is he wrong? I &

RE: Form based security

2003-02-13 Thread Raible, Matt
Here's how I solved your issue: http://tinyurl.com/5s4e HTH, Matt > -Original Message- > From: Sloan Seaman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 8:32 AM > To: Tomcat Users List > Subject: Re: Form based security > > > Ok, I f

Re: Form based security

2003-02-13 Thread Sloan Seaman
now I guess... -- Sloan - Original Message - From: "Barney Hamish" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 10:33 AM Subject: RE: Form based security > I think you've got the wron

RE: Form based security

2003-02-13 Thread Barney Hamish
Sloan Seaman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 4:32 PM > To: Tomcat Users List > Subject: Re: Form based security > > > Ok, I figured most of the things out. > > My next question (along the same lines) is this: > > I have a link to the

Re: Form based security

2003-02-13 Thread Sloan Seaman
and define a page for a successful login? Thanks! -- Sloan - Original Message - From: "Sloan Seaman" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 10:01 AM Subject: Re: Form based security > I h

Re: Form based security

2003-02-13 Thread Sloan Seaman
or is this something within tomcat? - Original Message - From: "Barney Hamish" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 9:50 AM Subject: RE: Form based security > Are you going directly

RE: Form based security

2003-02-13 Thread Barney Hamish
Are you going directly to the login page? If so then you need to go to a page in that's listed as being secure. You will then be forwarded to the login page. When you've logged in successfully then you will be forwarded to the page you originally requested. Hamish > -Original Message- > Fr