--- Comment #6 from tromey at gcc dot gnu dot org 2006-04-21 21:53 ---
Subject: Bug 27163
Author: tromey
Date: Fri Apr 21 21:53:27 2006
New Revision: 113151
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113151
Log:
PR classpath/27163:
* gnu/java/net/protocol/ftp
--- Comment #5 from cvs-commit at developer dot classpath dot org
2006-04-21 21:44 ---
Subject: Bug 27163
CVSROOT:/cvsroot/classpath
Module name:classpath
Branch:
Changes by: Tom Tromey <[EMAIL PROTECTED]>06/04/21 21:43:10
Modified files:
.
--- Comment #4 from tromey at gcc dot gnu dot org 2006-04-21 19:05 ---
Ok, I have a fix for the /-less URL bug.
It appears that the JDK somehow waits for some data to be available
on the socket. I'm not sure exactly what mechanism it uses, however.
It does not appear to buffer all the
--- Comment #3 from r_ovidius at eml dot cc 2006-04-20 17:20 ---
Try with
String url = "ftp://gcc.gnu.org";;
(notice the missing "/" at the end). This results in
gnu.java.net.protocol.ftp.FTPException: Invalid number of arguments.
at gnu.java.net.protocol.ftp.FTPConnection.change
--- Comment #2 from tromey at gcc dot gnu dot org 2006-04-19 18:56 ---
Subject: Bug 27163
Author: tromey
Date: Wed Apr 19 18:56:10 2006
New Revision: 113091
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113091
Log:
PR classpath/27163:
* gnu/java/net/protocol/ftp
--- Comment #1 from tromey at gcc dot gnu dot org 2006-04-19 18:39 ---
I spent some time looking into this bug today.
I am not certain that it is a bug, but I'm also not convinced
that it isn't.
I tracked it down to the ftp data socket's available() method
returning 0. This causes the