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/mina-ftpserver.git
from 30550ca5 Throw IllegalArgumentException instead of RuntimeException on
bad input to EncryptUtils
new 9e5a0c8c Throw UncheckedIOException instead of RuntimeException in
Version initialization
new c09a8a9d Throw IllegalStateException instead of RuntimeException on
bad state in RemoteIpFilter
new 6cc92010 Throw UncheckedIOException instead of RuntimeException on bad
processing in NativeFtpFile
new 135a7965 Throw IllegalArgumentException instead of RuntimeException on
bad input to FtpServerListener
The 4 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:
core/src/main/java/org/apache/ftpserver/Version.java | 3 ++-
.../org/apache/ftpserver/filesystem/nativefs/impl/NativeFtpFile.java | 3 ++-
core/src/main/java/org/apache/ftpserver/ipfilter/RemoteIpFilter.java | 2 +-
.../java/org/apache/ftpserver/example/springwar/FtpServerListener.java | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)