In the file remotemanager/RemoteManagerHandler.java on line 136 of the
latest cvs source I added the lines,
out.println("Typed Password is: *"+password.toString()+"*");
out.println("Correct Password is *"+admaccount.get(login).toString()+"*");
out.println(password.equals(admaccount.get(login)));
With some telnet clients I get the correct output of ...
Typed Password is : *password*
Correct Password is: *password*
true
With other telnet clients I get...
Typed Password is : *password*
Correct Password is: *password*
false
I believe this is the reason some people and myself have been having
problems with loggin into the Remote Manager, however I don't get what is
going on.
Jeff Dillon
http://www.jeffdillon.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>