Menu

#2 SshWrapper::send() never throw Exception

closed-fixed
None
5
2002-07-25
2002-07-18
Anonymous
No

in SshWrapper waitfor(String cmd) function,
IOException will never be throw. Since the
SshWrapper::read(byte[] b) catches the exception
for socket read.

Fix: in SshWrapper::read(byte[] b), do not catch
IOException, throw it.

Discussion

  • Marcus Meissner

    Marcus Meissner - 2002-07-18

    Logged In: YES
    user_id=48092

    Changed in our cvs, will be in next 2.5b snapshot.

    Ciao, Marcus

     
  • Marcus Meissner

    Marcus Meissner - 2002-07-18
    • status: open --> open-fixed
     
  • Marcus Meissner

    Marcus Meissner - 2002-07-25
    • assigned_to: nobody --> marcusmeissner
    • status: open-fixed --> closed-fixed