Interesting idea but no. Still I have to enter the password three times and then it just lets me in. Weird. Value of realPassword is still null. Something is not talking to something else. But what??
Sandra Patricia Hunter Systems Development and Web Design -----Original Message----- From: p niemandt [mailto:[EMAIL PROTECTED] Sent: March 27, 2003 1:37 PM To: 'Tomcat Users List' Subject: RE: Registering Servlets hi, Here's an idea: Don't know of the relevance, but have you tried with an actual password, or a password of blank - "" -> Maybe the problem is that during the uploading, your password is being converted to a blank, or zero length string, which would not be the same as a null string. Just an idea. Paul On Thu, 2003-03-27 at 21:07, Sandra Patricia Hunter wrote: > Well I am finding the file but something else is up: I can enter the > password three times and it rejects it and then lets me in after the > third time anyway. The real password value is null. I guess I need to > do more research into the base64 stuff. > > Sandra Patricia Hunter > Systems Development and Web Design > > > > -----Original Message----- > From: Erik Price [mailto:[EMAIL PROTECTED] > Sent: March 27, 2003 12:04 PM > To: Tomcat Users List > Subject: Re: Registering Servlets > > > > > Sandra Patricia Hunter wrote: > > Four > > > > Yep, I ended up finding it (<http://pdf.coreservlets.com/>) -- I agree > with Justin that it's probably the way you're specifying your file path. > Remember that even on Windows, it's easier to use Unix-style file > paths in Java. (Think of it as writing your code not for Windows but > for the Java virtual machine.) Try changing it as he suggests and see > if that makes the difference. > > > Erik > > > --------------------------------------------------------------------- > 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] -- p niemandt <[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]
