Re: user / password

2009-08-27 Thread Markus Meyer
mcat Users List Subject: Re: user / password I do not know NetBeans but you probably want to have a look at tomcat-users.xml in the Tomcat configuration directory. Chris Lenart schrieb: NetBeans is trying to connect to Tomcat and asking for an ID and password. Wher

RE: user / password

2009-08-27 Thread Chris Lenart
I did but it's blank. Do I add one? -Original Message- From: Markus Meyer [mailto:me...@mesw.de] Sent: Thursday, August 27, 2009 3:14 PM To: Tomcat Users List Subject: Re: user / password I do not know NetBeans but you probably want to have a look at tomcat-users.xml in the T

Re: user / password

2009-08-27 Thread Markus Meyer
I do not know NetBeans but you probably want to have a look at tomcat-users.xml in the Tomcat configuration directory. Chris Lenart schrieb: NetBeans is trying to connect to Tomcat and asking for an ID and password. Wher do I find this? ---

Re: User-password from the HttpServletRequest

2007-05-03 Thread Johnny Kewl
ded a long time ago... but I dont know where I put it off hand. Probably better to use a Sun lib anyway... - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, May 03, 2007 7:45 PM Subject: Re: User-password from the HttpServletReques

Re: User-password from the HttpServletRequest

2007-05-03 Thread sebbo
encryption/decryption algorithm wich works only with a password (String)? Original-Nachricht Datum: Wed, 02 May 2007 16:54:22 -0400 Von: Christopher Schultz <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: User-password from the HttpServletRequest > -BEGIN P

RE: User-password from the HttpServletRequest

2007-05-02 Thread Steven Rock
Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 4:06 PM To: Tomcat Users List Subject: Re: User-password from the HttpServletRequest JDBC I guess... Maybe the difficulty is an indication that its not the right way to go... For example if a user ever has to change their password... d

Re: User-password from the HttpServletRequest

2007-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sam, [EMAIL PROTECTED] wrote: > I'm using the password of the [authentication] to encrypt and decrypt > some data to a database user specific (each users own data has the > users password). Uh... are you sure this is a good idea? If the user changes

Re: User-password from the HttpServletRequest

2007-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sam, [EMAIL PROTECTED] wrote: >> Do you mean during the login process, or after it has been done? > > I mean after the user has been logged in (form based login). > > Have you an example how I can receive the password from the > HttpServletRequest?

Re: User-password from the HttpServletRequest

2007-05-02 Thread Johnny Kewl
AIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 02, 2007 9:06 PM Subject: Re: User-password from the HttpServletRequest Im using a DataSource Realm. Hmm but from where can I access the credentials? Original-Nachricht Datum: Wed, 02 May 2007 20:00:04 +0100

Re: User-password from the HttpServletRequest

2007-05-02 Thread sebbo
Im using a DataSource Realm. Hmm but from where can I access the credentials? Original-Nachricht Datum: Wed, 02 May 2007 20:00:04 +0100 Von: Pid <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: User-password from the HttpServletRequest > [EMAIL PROTECT

Re: User-password from the HttpServletRequest

2007-05-02 Thread Pid
quest object, it's not made available as part of the Servlet spec. Which realm implementation are you using? p greets Original-Nachricht Datum: Wed, 02 May 2007 13:31:49 -0400 Von: Christopher Schultz <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: User-p

Re: User-password from the HttpServletRequest

2007-05-02 Thread sebbo
data to a database user specific (each users own data has the users password). To get to the password must be possibly, not? Original-Nachricht Datum: Wed, 2 May 2007 20:46:40 +0200 Von: "Johnny Kewl" <[EMAIL PROTECTED]> An: "Tomcat Users List" Betre

Re: User-password from the HttpServletRequest

2007-05-02 Thread Johnny Kewl
I've never seen a function that will do that... think its a security thing. I think you have to get the user name, and then Parse the User file yourself, or read the database yourself... whatever realm you using. If its BASIC authorization you using you could just decode the authorization head

Re: User-password from the HttpServletRequest

2007-05-02 Thread rmarra
Hi Sam, I did something like that once but using the JSP saving the data in session variable that were available for all the session of the user... Roberto > Hi > > How can I get the password from the logged in user via the > HttpServletRequest in general? (I need the password in a servlet filter

Re: User-password from the HttpServletRequest

2007-05-02 Thread sebbo
400 Von: Christopher Schultz <[EMAIL PROTECTED]> An: Tomcat Users List Betreff: Re: User-password from the HttpServletRequest > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sam, > > [EMAIL PROTECTED] wrote: > > How can I get the password from the logged in user

Re: User-password from the HttpServletRequest

2007-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sam, [EMAIL PROTECTED] wrote: > How can I get the password from the logged in user via the > HttpServletRequest in general? (I need the password in a servlet > filter to do some stuff) Do you mean during the login process, or after it has been done?