You should definitely try 4.1.30 (or 5.0.27). There were a bunch of fixes
between 4.1.29 and 4.1.30 to the JDBC realm. There is a good chance that the
behaviour you see is related to bug 11929.

Mark

> -----Original Message-----
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 04, 2004 2:12 PM
> To: Tomcat Users List
> Subject: RE: type in twice for basic authentication???
> 
> 
> Hi,
> Does 4.1.30 behave better?  Or 5.0.27?
> 
> (5.0.28 has http://issues.apache.org/bugzilla/show_bug.cgi?id=31372
> which might affect this use-case)
> 
> Yoav Shapira
> Millennium Research Informatics
> 
> 
> >-----Original Message-----
> >From: Stephen Charles Huey [mailto:[EMAIL PROTECTED]
> >Sent: Monday, October 04, 2004 1:59 AM
> >To: Tomcat Users List
> >Subject: RE: type in twice for basic authentication???
> >
> >Tomcat 4.1.27 -- please help!
> >
> >
> >----- Original message -----
> >From: "Mark Thomas" <[EMAIL PROTECTED]>
> >To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> >Date: Sat, 2 Oct 2004 10:03:49 +0100
> >Subject: RE: type in twice for basic authentication???
> >
> >What version of tomcat?
> >
> >> -----Original Message-----
> >> From: Stephen Charles Huey [mailto:[EMAIL PROTECTED]
> >> Sent: Friday, October 01, 2004 11:38 PM
> >> To: Tomcat Users List
> >> Subject: Re: type in twice for basic authentication???
> >>
> >> Yeah, I need some major help on this to figure out what's
> >> going on!  We
> >> have a Windows version and a Linux version of the database.  I just
> >> changed my DSN over to the Linux one, and now it pops up 4
> >> times!!!  No,
> >> wait...sometimes it still logs you in just after 2 times, and
> >> sometimes
> >> it takes as many as 6!  Also, sometimes when browsing the
> >> site, it makes
> >> you log in again in places where it didn't used to.
> >>
> >> You see, we have a main database that drives our web app, but
> >> we've been
> >> using a MySQL db to authenticate, and we'd like to get rid of
> >> that so we
> >> can just deal with one database.  However, our main database
> >> is behaving
> >> strangely.  Now, when clicking over to some of the other 
> JSPs in the
> >> site, it will pop up and ask for the username and password in
> >> places it
> >> didn't used to do that (and no, it shouldn't be changing 
> contexts or
> >> anything like that).
> >>
> >>
> >>
> >> ----- Original message -----
> >> From: "Stephen Charles Huey" <[EMAIL PROTECTED]>
> >> To: "Tomcat User" <[EMAIL PROTECTED]>
> >> Date: Fri, 01 Oct 2004 17:10:32 -0500
> >> Subject: type in twice for basic authentication???
> >>
> >> When my web app pops up a basic authentication box, I type in the
> >> username and password, and then it bounces back with blank 
> text boxes
> >> asking for it again.  Every time when I type them in a 
> second time it
> >> then lets me in!  What's going on?  Here's what I have in my
> >> server.xml:
> >>
> >>
> >> <Realm  className="org.apache.catalina.realm.JDBCRealm" debug="99"
> >> driverName="sun.jdbc.odbc.JdbcOdbcDriver"
> >> connectionURL="jdbc:odbc:dbname"
> >> userTable="users" userNameCol="userid" userCredCol="password"
> >> userRoleTable="roles" roleNameCol="role" />
> >>
> >> 
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >>
> >>
> >> 
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> >>
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> This e-mail, including any attachments, is a confidential 
> business communication, and may contain information that is 
> confidential, proprietary and/or privileged.  This e-mail is 
> intended only for the individual(s) to whom it is addressed, 
> and may not be saved, copied, printed, disclosed or used by 
> anyone else.  If you are not the(an) intended recipient, 
> please immediately delete this e-mail from your computer 
> system and notify the sender.  Thank you.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to