You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/08/15 06:16:52 UTC

DO NOT REPLY [Bug 11715] New: - Stream Corruption while sending data to telnet session

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11715>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11715

Stream Corruption while sending data to telnet session

           Summary: Stream Corruption while sending data to telnet session
           Product: Commons
           Version: Nightly Builds
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Sandbox
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: anin@pantheon-inc.com
                CC: anin@pantheon-inc.com


The stream written to a telnet session using the 
org.apache.commons.net.telnet.TelnetClient class gets corrupted while
running on a Windows 2000 Professional/ Server. I am not sure if this happens 
on other OS'. This happens regardless of the JVM i run it under. I have tried 
even 1.2, 1.3 and 1.4. 

For e.g., If I send a command 
<  copy bbb.txt aaa.txt >
What is written to the stream is 
<  copy b.txt a.txt >
All consecutive bytes which are identical seem to get discarded. This happens 
only during normal execution and debugging doesnt help, because the problems 
goes away in the debug mode.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>