Re: DYSLOGIC: bytes != hold.getBytes(), where hold = new String(bytes)? Why?

2004-01-28 Thread Michael McGrady
NEVER MIND! Scheezsch, I can be dumb some days! At 06:23 PM 1/28/2004, you wrote: Well, Comrades, this is a new one on me. How can: bytes != hold.getBytes() be true, where (We have a byte array called "bytes".) String hold = new String(bytes); I am trying to do some pas

DYSLOGIC: bytes != hold.getBytes(), where hold = new String(bytes)? Why?

2004-01-28 Thread Michael McGrady
Well, Comrades, this is a new one on me. How can: bytes != hold.getBytes() be true, where (We have a byte array called "bytes".) String hold = new String(bytes); I am trying to do some passing of encrypted byte arrays as Strings in Struts and found out that this can be tr