This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 953b5a3c FTPClient._storeFile(String, String, InputStream) doesn't
always close it's internal socket when an exception is thrown early in
processing.
new 91b95d82 Javadoc
new 9117dc6d Javadoc
new 65872e80 ListenerList.removeListener(T) now ignores null input to
avoid a NullPointerException.
new b464e005 Javadoc
new 9c11d652 ListenerList.addListener(T) now ignores null input.
new 37920238 Javadoc
new 1b584b49 Fix typo in FTPConnectionClosedException message from
FTP.getReply(boolean).
new 7b411440 Javadoc
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 +
.../java/org/apache/commons/net/SocketClient.java | 60 ++++-----
src/main/java/org/apache/commons/net/ftp/FTP.java | 147 ++++++++++-----------
.../apache/commons/net/io/CopyStreamAdapter.java | 3 +-
.../org/apache/commons/net/util/ListenerList.java | 10 +-
.../apache/commons/net/util/ListenerListTest.java | 10 +-
6 files changed, 120 insertions(+), 113 deletions(-)