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 2004/01/17 23:39:09 UTC

DO NOT REPLY [Bug 20489] - Time out waiting for response on Mac OS 8.6/9.2 (classic)

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=20489>.
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=20489

Time out waiting for response on Mac OS 8.6/9.2 (classic)

scohen@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER



------- Additional Comments From scohen@apache.org  2004-01-17 22:39 -------
I can see the place in org.apache.commons.net.io.FromNetASCIIInputStream where
the file separator system property makes a difference, but glancing at the code
there does not immediately suggest any reason for this not to work.

I checked the java APIs for BufferedReader.readLine() which is at the core of
FTP list parsing but this method sees a new line whenever it sees \r, \n, or \r\n.
Possibly there's a problem with the way this method was written in this ancient JDK.

We should definitely resolve this but it won't be in time for 1.2.0.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org