RE: [net] TelnetInputStream.java: escaping byte 255

2010-04-28 Thread Kaarel Kann
um Subject: [net] TelnetInputStream.java: escaping byte 255 Hi, We ran into a problem of sending 255 over network. It is escaped by another 255 (as specified by RFC854) but TelnetInputStream.java:196 (from revision 658491) breaks the wrong switch and actually next byte is also ignored.

[net] TelnetInputStream.java: escaping byte 255

2010-04-28 Thread Kaarel Kann
Hi, We ran into a problem of sending 255 over network. It is escaped by another 255 (as specified by RFC854) but TelnetInputStream.java:196 (from revision 658491) breaks the wrong switch and actually next byte is also ignored. Can you confirm that this is actually a bug or is it done delib