RE: SV: FORM based login ACTION

2000-09-21 Thread Magnus Rydin
Title: RE: SV: FORM based login ACTION Its probably your configuration. Could it be that the login-error-page or the page you requested is not found? the welcome page? WR > -Original Message- > From: Guilherme Ceschiatti [mailto:[EMAIL PROTECTED]] > Sent: den 20 september 2

RE: FORM based login ACTION

2000-09-21 Thread Magnus Rydin
Title: RE: FORM based login ACTION Claus, this is an Orion feature initially added to let programmers decide the first page to be displayed after a user has been authenticated. The correct conduct would still be to call the "j_security_check" as posted elsewhere in this list. I

Re: SV: FORM based login ACTION

2000-09-20 Thread Nick Newman
Hi, I hope I'm not being too silly here, but one possible explanation is that you are directly presenting the logon form from your code. A security login will work only if you let the server present the form. You do this by specifying the appropriate security in the web.xml, and then when you t

Re: SV: FORM based login ACTION

2000-09-20 Thread Guilherme Ceschiatti
Hi.. It remains not working, with the same message: 404 Not Found Anybody else have another idea? []s Guilherme Ceschiatti [EMAIL PROTECTED] On Wed, 20 Sep 2000, you wrote: > Try clear your ACTION so the form starts like this: > > lots of html with a couple of fields for user and passwd...

SV: FORM based login ACTION

2000-09-20 Thread Klaus . Myrseth
:05 Til: Orion-Interest Emne: FORM based login ACTION Hi! I'm having problems in loging into my application. I'm using FORM based login, with a form with the ACTION="j_security_check". When I submit the form, Orion just replies: 404 Not Found Is it a bug? How do I fi

FORM based login ACTION

2000-09-19 Thread Guilherme Ceschiatti
Hi! I'm having problems in loging into my application. I'm using FORM based login, with a form with the ACTION="j_security_check". When I submit the form, Orion just replies: 404 Not Found Is it a bug? How do I fix it? []s Guilherme Ceschiatti [EMAIL PROTECTED]