add the Java Client from M0AZM
[spider.git] / SpiderConsole / docs / bugs.txt
1 Bug #1 20010403 - reporter Ian, G0VGS.
2
3     Error on typing in a long command.
4
5     java.lang.IndexOutOfBoundsException
6             at java.io.PipedInputStream.read(PipedInputStream.java:271)
7             at PipedInputMUX.run(PipedInputMUX.java:79)
8             at java.lang.Thread.run(Thread.java:484)
9     ConnectionOutput: IOException reading data.
10                 
11     IDN 20010403 - Fixed 
12         PipedInputMUX was trying to read all the input into a 16 byte array.
13         Put an if > 16 line in that tells it to only read 16 bytes.