Re: Auto Login Using Form Based Authentication

2003-06-11 Thread John Turner
mod_jk is strictly for Apache, since the mod typically means Apache module. But JK (AJP13) is a protocol. It can be implemented however you like. There are JK connectors for Apache and IIS, for example. John On Wed, 11 Jun 2003 10:53:37 -0400, vtobin [EMAIL PROTECTED] wrote: Hi Bill and

Auto Login Using Form Based Authentication

2003-06-10 Thread Val T.
Hi, I have an atypical situation in that I am trying to auto login users from another system (a Lotus Domino system) when they connect to my JSP application. I am using Tomcat 4.1.18 and have form based authentication working on it. I would prefer if the users did not have to explicitly login

RE: Auto Login Using Form Based Authentication

2003-06-10 Thread Raible, Matt
, 2003 12:46 PM To: Tomcat Users List Subject: Auto Login Using Form Based Authentication Hi, I have an atypical situation in that I am trying to auto login users from another system (a Lotus Domino system) when they connect to my JSP application. I am using Tomcat 4.1.18 and have form based

Re: Auto Login Using Form Based Authentication

2003-06-10 Thread Bill Barker
12:46 PM To: Tomcat Users List Subject: Auto Login Using Form Based Authentication Hi, I have an atypical situation in that I am trying to auto login users from another system (a Lotus Domino system) when they connect to my JSP application. I am using Tomcat 4.1.18 and have form based

Form-based authentication not returning to original request page

2003-05-29 Thread Reena Kawal
I have set up form-based authentication on my web application, but am not seeing the expected behavior. I enter in a valid URL for my web application (which is set to be the root), e.g. http://myserver:8080/Index.html When I enter this URL, I am redirected to the Login.html page specified in my

Form based authentication and sessions

2003-03-21 Thread Carl Maib
hello all, i am having trouble getting form based authentication working the way i would like. as suggested by several threads in this group, i am trying to override the authenticate of the FormAuthenticator so that i can set session data appropriately. the problem i am having is that i am

Form Based Authentication through IIS

2003-02-14 Thread Robert Mclaren
I have a web-app configured to use form based authentication. The login works fine when I go directly to Tomcat using port 8080. When I try to go through IIS, I don't even get the login page. I get a tomcat error page 403 - Access to the requested resource has been denied. I can get to all

J2EE Form-based Authentication

2003-02-13 Thread Carlos Cajina
Although it may not address the specific requests made on this list, I found an article about form-based authentication that could be useful. Here it is: http://www.onjava.com/pub/a/onjava/2002/06/12/form.html Regards. Carlos

form based authentication problem

2003-02-04 Thread Ralf Lorenz
guess that was to much of description last time! next try can anybody tell me how to do some action, say put an object in the session or/and update a list in the servlet context directly after a user was logged in successfully via form-based authentication (context) with a jdbc-realm? ralf

RE: form based authentication problem

2003-02-04 Thread Barney Hamish
-Original Message- From: Ralf Lorenz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:13 PM To: [EMAIL PROTECTED] Subject: form based authentication problem guess that was to much of description last time! next try can anybody tell me how to do some action, say put an object

Re: form based authentication problem

2003-02-04 Thread Ralf Lorenz
and error i guess! ralf - Original Message - From: Barney Hamish [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 1:35 PM Subject: RE: form based authentication problem I did something like that using struts. I wrote a base action class which

RE: form based authentication problem

2003-02-04 Thread Raible, Matt
: form based authentication problem thanks, that's exactly the solution i discussed right now with some other developers of my company. the question with the filter is whether it is called when the container forwards or redirects to the claimed resource after the authentication is done

form based authentication workflow problem

2003-02-03 Thread Ralf Lorenz
hello, i'm currently working on a web application where we want to use the container based authentication mechanism because of its standarized character. therefore we need to use form-based authentification. from the post within this forum i understood that the login page should never be accessed

Form-Based Authentication Errors?

2003-01-13 Thread Steven J. Owens
Hi folks, I'm using J2EE form-based authentication (i.e. point the login form at j_security_check), or at least trying to. When Tomcat reloads classes it also flushes the session; I can see the sense in that, since some of the objects class definitions might have changed. But it also

Re: Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-25 Thread David Brown
Quenten Van Egeren writes: I'm having the following problem when using FORM based authentication with Tomcat 4.1.12 : When I bring up a new browser window, and go to a protected page (under /do/) I am redirected to the login.jsp as I should be. If I enter the correct username / password, I am

Form-based authentication - can I get original URL?

2002-11-25 Thread Matt Raible
On Tomcat 4/5, I am able to use the following configuration in my web.xml: login-config auth-methodFORM/auth-method form-login-config form-login-page/login.jsp/form-login-page form-error-page/login.jsp?error=true/form-error-page

Re: Form-based authentication - can I get original URL?

2002-11-25 Thread Craig R. McClanahan
On Mon, 25 Nov 2002, Matt Raible wrote: Date: Mon, 25 Nov 2002 17:02:21 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: Form-based authentication - can I get original URL? On Tomcat 4/5, I am able

Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-24 Thread Quenten Van Egeren
I'm having the following problem when using FORM based authentication with Tomcat 4.1.12 : When I bring up a new browser window, and go to a protected page (under /do/) I am redirected to the login.jsp as I should be. If I enter the correct username / password, I am logged in correctly

incomplete form-based authentication

2002-11-21 Thread jfc
Hi, tomcat 406, struts1.1b2 I'm using form-based authentication. I would like to know what happens when the following happens: I request a secured resource but instead of submitting a 'j_security_check' html form with my username and password, I instead ignore it and continue browsing other

Form-based authentication assistance

2002-10-25 Thread Scott Purcell
Hello, I am trying to understand how the built-in forms validation works in tomcat 4.03 on win. I believe that I have my web.xml file correct, (below). All appears good. If I put in a bad username and passoword, I go to the error page, but if I successed, it throws up an error, [Invalid

Form-based authentication

2002-10-09 Thread Rajesh Kanderi
how do you access a webpage which has a form-based authentication setup using java. i am able to do it using an href http://user:password@url... but the problem is it shows the passowrd. I tried to construct the above url in a servlet and then doing a sendRedirect. but the sendRedirect doesn't

Re: Form-based authentication

2002-10-09 Thread Padhu Vinirs
Shouldnt the url format be http://url?user=xxxpassword=xxx ? Also, if you do this, you could encrypt the password it before calling sendRedirect and decrypt it at the url cgi. -- padhu Rajesh Kanderi wrote: how do you access a webpage which has a form-based authentication setup using java

Re: Form Based Authentication, getting login and password

2002-10-05 Thread Nikola Milutinovic
Externo wrote: Sorry by my English. How I can guess login and password strings of an user, from error page (JSP) using Form Based Authentication of Tomcat? I need know it to lock the count each 3 error tries (if login is ok but password is bad, insteed). Something like enhanced

Form Based Authentication, getting login and password

2002-10-04 Thread Externo
Sorry by my English. How I can guess login and password strings of an user, from error page (JSP) using Form Based Authentication of Tomcat? I need know it to lock the count each 3 error tries (if login is ok but password is bad, insteed). Methods 'getRemoteUser', 'isUserInRole

form based authentication

2002-09-08 Thread Richard Chamberlain
Hello, I want to use form based login so I understand the action needs to be j_security_check and I need to have a form-login-config in my web.xml. However my application has a login page on pretty much every page on the site - the form is an include. So do I need to write a

Help: Using FORM based authentication

2002-06-10 Thread BBui
Hi all, I am using FORM Based authentication. I have my web.xml as followed: .. web-app security-constraint web-resource-collection web-resource-nameCSD_COS_TRACKER/web-resource-name url-pattern/csd/marketing

Logout using FORM based authentication

2002-06-07 Thread Markus Kirsten
Hi, I use a JDBC Realm with FORM based authentication but haven't figured out a way for users to log out. Is it just to call session.invalidate() or is there any better way to do it? Markus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Logout using FORM based authentication

2002-06-07 Thread Eric Everman
6/7/2002, you wrote: Hi, I use a JDBC Realm with FORM based authentication but haven't figured out a way for users to log out. Is it just to call session.invalidate() or is there any better way to do it? Markus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: Logout using FORM based authentication

2002-06-07 Thread Markus Kirsten
is invalidated. So if Tomcat works as advertised, session.invalidate() should do what you expect. Eric Everman At 12:49 PM 6/7/2002, you wrote: Hi, I use a JDBC Realm with FORM based authentication but haven't figured out a way for users to log out. Is it just to call session.invalidate

Re: Logout using FORM based authentication

2002-06-07 Thread Eric Everman
Everman At 12:49 PM 6/7/2002, you wrote: Hi, I use a JDBC Realm with FORM based authentication but haven't figured out a way for users to log out. Is it just to call session.invalidate() or is there any better way to do it? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

form based authentication and remote user

2002-06-05 Thread Miguel Angel Medina Lopez
Hi all: I'm using form-based authentication with tomcat 3.2.3. I have a form to register the users and I want to set the remote user and role when they register to they can access private zones that are protected with the form based authentication at this moment. How can I do that? Thank you

Re: form based authentication and remote user

2002-06-05 Thread anette mysel
PLEASE REMOVE ME FROM YOUR MAILING LIST. I DO NOT KNOW YOU. THANK YOU... - Original Message - From: Miguel Angel Medina Lopez [EMAIL PROTECTED] To: Tomcat Users [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 8:30 AM Subject: form based authentication and remote user Hi all: I'm

Form based authentication, cookies not being served??

2002-05-30 Thread Roland Chan
Hello, When using form based authentication, it appears that cookies are not being written to the client. In my server.xml, noCookies=false, and the client browsers have cookies enabled. Can anyone shed any light here? Using JBoss 2.4.4 w/ embedded Tomcat 3.2.3. Struts also. Thanks

Cookies not working w/ Form Based Authentication 3.2.3

2002-05-29 Thread Roland Chan
Hello, When using form based authentication, it appears that cookies are not being written to the client. In my server.xml, noCookies=false, and the client browsers have cookies enabled. Can anyone shed any light here? Using JBoss 2.4.4 w/ embedded Tomcat 3.2.3. Thanks, Roland Roland

Getting URL of protected resource in form-based authentication

2002-04-22 Thread Riney, John
Hello, all. Long time user, first time poster. I have a few resources behind a security-constraint block in my web.xml. I've got form-based authentication turned on. The login form is a JSP called, oddly enough, Login.jsp. I really need to find out, from Login.jsp, the URL of the protected

RE: Form-Based-Authentication with Tomcat 4.0.1

2002-04-10 Thread John Gregg
they're just following something in the HTTP spec. john -Original Message- From: Eichfelder, Frank [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 4:43 AM To: [EMAIL PROTECTED] Subject: Form-Based-Authentication with Tomcat 4.0.1 Hi, I have a problem with the form-based

Redirecting to a home page after form-based authentication

2002-04-05 Thread Timothy Fisher
Can someone tell me how to accomplish the following: I am using form-based authentication. Lets assume the following files exist: - login.html - home.html - page1.html Both home.html and page1.html are protected so the user is redirected to the login page if trying to access those. Now

Re: Redirecting to a home page after form-based authentication

2002-04-05 Thread seapwc
How about this? String s = /home.html; RequestDispatcher disp = getServletContext().getRequestDispatcher(someaddress); dispatcher.forward(request,response) At 10:44 AM 4/5/02, you wrote: I want him to be redirected to home.html. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: Redirecting to a home page after form-based authentication

2002-04-05 Thread Jason Owens
to accomplish the following: I am using form-based authentication. Lets assume the following files exist: - login.html - home.html - page1.html Both home.html and page1.html are protected so the user is redirected to the login page if trying to access those. Now after a successful

RE: Redirecting to a home page after form-based authentication

2002-04-05 Thread Alvin Wang
]] Sent: Friday, April 05, 2002 1:45 PM To: Tomcat Users List Subject: Redirecting to a home page after form-based authentication Can someone tell me how to accomplish the following: I am using form-based authentication. Lets assume the following files exist: - login.html - home.html - page1.html

RE: Redirecting to a home page after form-based authentication

2002-04-05 Thread Timothy Fisher
To: Tomcat Users List Subject: Redirecting to a home page after form-based authentication Can someone tell me how to accomplish the following: I am using form-based authentication. Lets assume the following files exist: - login.html - home.html - page1.html Both home.html

Form based authentication - TC4.0.2 - Invalid Direct Reference toform login page Error

2002-03-01 Thread Peter Carlson
Hi I am using tomcat 4.0.2 with form based authentication. I works great except in one scenario. When someone directly goes to a login page, then logs in it give the Invalid Direct Reference to form login page error This problem occurs when people bookmark the login page (which happens

Re: Re: Problem with POST and FORM based authentication

2002-02-06 Thread Anil Paul
: Problem with POST and FORM based authentication Dear all, I am trying to apply a security contraint on POST requests to my servlet. I specifed it in my web.xml as: security-constraint web-resource-collection web-resource-nameposttest/web-resource-name url-pattern/servlet/TestServlet

Can I use Form based Authentication to secure my html pages

2002-02-06 Thread Satish Reddy
Hi, I am trying to secure some of my web pages using the Form based Authentication provided by tomcat. I am using tomcat3.3a with Apache 1.3.12. I am able to restrict the jsp pages but not the html pages. Is this the way it works? If there is anything i need to set for html pages. I

Re: Problem with POST and FORM based authentication

2002-02-04 Thread RSEQUEIRA
with POST and FORM based authentication Dear all, I am trying to apply a security contraint on POST requests to my servlet. I specifed it in my web.xml as: security-constraint web-resource-collection web-resource-nameposttest/web-resource-name url-pattern/servlet/TestServlet/url

RE: Form based authentication

2002-01-29 Thread Suchi Somasekar
Hi I have been using Tomcat 3.2.3 with form based authentication. It works great. However, I have an additional requirement now. We need to have another home page with the username and password boxes on the home page directly which when submitted must access a protected resource. I understand

Form based Authentication / j_security_check not found

2001-12-18 Thread EDV Systembetrieb
Hi everybody again. I'm getting mad on configuring tomcat for my application. My be I do not know enough about java, but I have to Learn it by doing, so please be friendly. I'm using form-based authentication and everything works until I submit my login-ID If I put LoginForm.html in the servlet

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Guido Medina
PROTECTED] Subject: Form based Authentication / j_security_check not found Hi everybody again. I'm getting mad on configuring tomcat for my application. My be I do not know enough about java, but I have to Learn it by doing, so please be friendly. I'm using form-based authentication and everything

AW: Form based Authentication / j_security_check not found

2001-12-18 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Dienstag, 18. Dezember 2001 16:37 An: [EMAIL PROTECTED] Betreff: Form based Authentication / j_security_check not found snip/ JkMount /DSCservlet/servlet/* ajp13 JkMount /DSCservlet/*.jsp ajp13 snip/ -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Bongiorno.Christian
for you! Chris -Original Message- From: EDV Systembetrieb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:37 AM To: [EMAIL PROTECTED] Subject: Form based Authentication / j_security_check not found Hi everybody again. I'm getting mad on configuring tomcat for my

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Larry Isaacs
Systembetrieb [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:37 AM To: [EMAIL PROTECTED] Subject: Form based Authentication / j_security_check not found Hi everybody again. I'm getting mad on configuring tomcat for my application. My be I do not know enough about java, but I have

Form-Based-Authentication with Tomcat 4.0.1

2001-10-31 Thread Eichfelder, Frank
Hi, I have a problem with the form-based-authentication with Tomcat 4.0.1. The problem is: If I access a protected page for the first time, I am redirected to the login-page and asked for username and password. If my input is correct, I am redirected to the desired page. Now I close

problem with form based authentication (tomcat 3.2.3)

2001-10-22 Thread raj
Wrote a small test servlet which works fine using JDBC realm and BASIC authentication. But when I replace BASIC with FORM (with LoginForm.html LoginError.html files inside the servlet) I get: http://localhost/testservlet/j_security_check (my servlet call is:

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-05 Thread Pae Choi
R. McClanahan [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Question on FORM based authentication in Tomcat 4.0 Thanks for your prompt reply Craig. Your advice leads me to another question. OK, say I don't do that. I let Tomcat handle the login for me. However, you can

Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
I would like to achieve the following: - allow user to login directly without first accessing a protected area. After successful login, I want to forward the user to a default mypage.jsp. To do the above, I have to detect if login page is accessed directly. If so, I need to force in the

Re: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Willie Vu wrote: Date: Fri, 5 Oct 2001 11:27:59 +0800 From: Willie Vu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Question on FORM based authentication in Tomcat 4.0 I would like to achieve the following: - allow

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Willie Vu
AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Question on FORM based authentication in Tomcat 4.0 On Fri, 5 Oct 2001, Willie Vu wrote: Date: Fri, 5 Oct 2001 11:27:59 +0800 From: Willie Vu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: Question on FORM based authentication in Tomcat 4.0

2001-10-04 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Willie Vu wrote: Date: Fri, 5 Oct 2001 12:14:27 +0800 From: Willie Vu [EMAIL PROTECTED] To: Craig R. McClanahan [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Question on FORM based authentication in Tomcat 4.0 Thanks for your prompt reply Craig. Your advice

Form Based authentication problem

2001-09-27 Thread Miguel Angel Medina Lopez
Hi all: I'm working with Tomcat 3.2.3 and postgres 7.0. I want to use form-based authentication and i have included the next lines in the server.xml file: RequestInterceptor className=org.apache.tomcat.request.JDBCRealm debug=0 driverName

Re: Form Based authentication problem

2001-09-27 Thread Kaneda K
back, please. At 09:32 27/09/2001 +0200, you wrote: Hi all: I'm working with Tomcat 3.2.3 and postgres 7.0. I want to use form-based authentication and i have included the next lines in the server.xml file: RequestInterceptor className=org.apache.tomcat.request.JDBCRealm

Re: Form Based authentication problem

2001-09-27 Thread Miguel Angel Medina Lopez
? Miguel Ángel Medina López - Original Message - From: Kaneda K [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 10:01 AM Subject: Re: Form Based authentication problem This might be (I had a probleme that look the same with Mysql) so this might be that it need

FORM-based authentication question

2001-09-07 Thread Kevin HaleBoyes
I'm successfully using FORM-based logins in my application but I have a few questions. When a user logs in, I want to attach certain information to the session. Currently I use a filter that checks to see if the request.getRemoteUser is set (or has changed) and if so, I do a database call to

Re: FORM-based authentication question

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Kevin HaleBoyes wrote: Date: Fri, 7 Sep 2001 16:48:01 +0100 (BST) From: Kevin HaleBoyes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: FORM-based authentication question I'm successfully using FORM-based logins in my application but I

lost of original url in error.jsp in FORM based authentication

2001-07-18 Thread Yi-Xiong Zhou
Hi, I am using tomcat 3.2.1. When a user accessing resources out of the scope of his/her role, tomcat forwards to the logon-error-page, deleted the user info in the session, and the url of the requested resource was not saved into tomcat.auth.originalLocation. Is there a way to configure

Re: form-based authentication tomcat-apache

2001-05-27 Thread Michael Jennings
It worked! Thanks! -Mike - Original Message - From: Andrew Robson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 8:14 PM Subject: Re: form-based authentication tomcat-apache Try putting JkMount /examples/jsp/security/login/j_security_check ajp13

RE: Please help. Accessing protected url from java when using form based authentication

2001-05-24 Thread Jann VanOver
Title: Please help. Accessing protected url from java when using form based authentication You must unsubscribe yourself. Here's some info posted by another user about unsubscribing: it is a little tricky to unsubscribe from tomcat-userwhen you have changed your e-mail address and need

Form based Authentication - URLs with username:password are not supported

2001-05-23 Thread Roytman, Alex
Title: Form based Authentication - URLs with username:password are not supported When using form based authentication urls username and password do not work i.e. http://alex:[EMAIL PROTECTED]/examples it works just fine with basic authentication but not with form based

Please help. Accessing protected url from java when using form based authentication

2001-05-23 Thread Roytman, Alex
Title: Please help. Accessing protected url from java when using form based authentication I need to access a protected resource on my web site from java. I use form based authentication and I was hoping that following sequence will make it but it dos not 1. Open url to protected resource

RE: Please help. Accessing protected url from java when using form based authentication

2001-05-23 Thread Brian George
Title: Please help. Accessing protected url from java when using form based authentication Please UNSUBSCRIBE me. I did not subscribe to this listserve. -Original Message-From: Roytman, Alex [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2001 1:26 PMTo: '[EMAIL PROTECTED

Form based authentication in 4.0b2

2001-04-17 Thread Mark.Abbott
I have a question regarding the interaction between browsers and the implementation of form based authentication in Tomcat 4. Let's say that a webapp sets its login page to the document /app/login/login.jsp. If one requests a protected document named, for example, /app/jsp/main.jsp

Re: Form Based Authentication with Encryption

2001-03-07 Thread Andrew Robson
facilities (e.g. MySql's Password function) and save yourself the bother of writing your own. Hope this helps Andrew On Wed, 07 Mar 2001, you wrote: Hi All, I'm using tomcat 4.0 Beta1. I successfully tested out the form based authentication provided with tomcat. But , the main problem

Re: Form Based Authentication with Encryption

2001-03-07 Thread amit
? Thanks in advance. Regards, -Amit. - Original Message - From: Andrew Robson To: [EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 3:37 PM Subject: Re: Form Based Authentication with Encryption Hi Amit, I'm using 3.2 so details may vary.What you want to do is

Form Based Authentication with Encryption

2001-03-06 Thread amit
Hi All, I'm using tomcat 4.0 Beta1. I successfully tested out theform based authentication provided with tomcat. But , the main problem with it is : It uses plain text to store users,roles and passwords in the "tomcat-users.xml" file placed inTOMCAT_HOME\conf. Is there any plugin

Form based authentication - infinite loop.

2001-03-05 Thread Kevin McDonald
I set the security-constraint in the webapps/examples/WEB-INF/web.xml file to protect all of /jsp/* The BASIC authentication works fine but the FORM checks the database for a null user name and then goes into an infinite loop. I can see the browser trying to open the login page on the status bar

Re: Logout form-based authentication

2001-03-03 Thread Valeriy Molyakov
form-based authentication Valeriy Molyakov wrote: Hi ! I use form-based authentication. Can I logout without close browser? Best regards, Valera M. mailto:[EMAIL PROTECTED] Yes ... just invalidate the current session. Craig

Logout form-based authentication

2001-03-02 Thread Valeriy Molyakov
Hi ! I use form-based authentication. Can I logout without close browser? Best regards, Valera M. mailto:[EMAIL PROTECTED]

Re: Logout form-based authentication

2001-03-02 Thread Craig R. McClanahan
Valeriy Molyakov wrote: Hi ! I use form-based authentication. Can I logout without close browser? Best regards, Valera M. mailto:[EMAIL PROTECTED] Yes ... just invalidate the current session. Craig McClanahan

Form based authentication

2001-02-08 Thread Dilip Dalton
Hi, I am running tomcat 3.2.1, and I have started to use form based authentication for my application. The 'examples' form based authentication works fine. But when I use if from my application I get the following: Not Found (404) Original request: /hyseq/jsp/null Not found request

Re: Form based authentication

2001-02-08 Thread Bill_Fellows/MO/americancentury
any insight, please speak up. If you need the bandaid code, let me know. /bill Dilip Dalton [EMAIL PROTECTED] on 02/08/2001 12:36:27 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: Form based authentication Hi, I am

Form based authentication and JDBC Realm with Interbase

2001-01-23 Thread Nigel Stirzaker
Hi I'am try to get form based authentication working with jBoss/Tomcat and interbase 5.6 but I'am getting the following error. Interbase is working fine for the CMP and code and general setup works fine with mySQL (our other trial database). It looks to me like the param being setup for the query

RE: Form based authentication and JDBC Realm with Interbase

2001-01-23 Thread Ignacio J. Ortega
Please post your server.xml JDBRealm config, to have a look at it.. Saludos , Ignacio J. Ortega -Mensaje original- De: Nigel Stirzaker [mailto:[EMAIL PROTECTED]] Enviado el: martes 23 de enero de 2001 12:41 Para: '[EMAIL PROTECTED]' Asunto: Form based authentication and JDBC Realm

FW: Form based authentication and JDBC Realm with Interbase

2001-01-23 Thread Nigel Stirzaker
/ Thanks Nigel -Original Message- From: Nigel Stirzaker Sent: Tuesday 23 January 2001 11:41 To: '[EMAIL PROTECTED]' Subject: Form based authentication and JDBC Realm with Interbase Hi I'am try to get form based authentication working with jBoss/Tomcat

RE: Form based authentication and JDBC Realm with Interbase

2001-01-23 Thread Nigel Stirzaker
Software Consultant SSA Softwright (01753) 811833 Ext 265 [EMAIL PROTECTED] www.Softwright.co.uk -Original Message- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Tuesday 23 January 2001 12:07 To: '[EMAIL PROTECTED]' Subject: RE: Form based authentication and JDBC Realm with Int

FORM BASED AUTHENTICATION...

2001-01-16 Thread BBueckers
Has anyone successfully setup form-based security authentication? Have you gotten the error page to display when the wrong username/password was entered? What do you recommend for implementing form-based security? Thanks in advance, Bob

RE: FORM BASED AUTHENTICATION...

2001-01-16 Thread BBueckers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: FORM BASED AUTHENTICATION... Has anyone successfully setup form-based security authentication? Have you gotten the error page to display when the wrong

Problems with form-based authentication and j_security_check

2001-01-15 Thread Christoph Peylo
Hi, I have difficulties to run the example for authentication and protected areas that is included with tomcat (examples/jsp/security/login/login.jsp). Basic authentication works fine but form-based authentication results in the following error message: Not Found The requested URL

FORM based Authentication and JDBC Realm

2001-01-05 Thread Vincent Harcq
Hi! Tomcat 3.2.1 Interbase 6 Database. I have setup JDBCRealm and I am trying to use the /examples/jsp/security/protected/index.jsp that is provided with Tomcat to validate it. So I only change server.xml, I use the original web.xml from the example application. When I go to the I

RE: FORM based Authentication and JDBC Realm

2001-01-05 Thread Nacho
please sendthe excerpt of your server.xml file with the requestinterceptor Thanks Saludos , Ignacio J. Ortega -Mensaje original- De: Vincent Harcq [mailto:[EMAIL PROTECTED]] Enviado el: viernes 5 de enero de 2001 17:45 Para: [EMAIL PROTECTED] Asunto: FORM based Authentication and JDBC

<    1   2