This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
from a70437aa Bump log4j from 2.19.0 to 2.20.0
new 22b64369 Throw IllegalArgumentException instead of RuntimeException on
bad input to EncryptUtils
new 6b317a83 Throw UncheckedIOException instead of RuntimeException in
Version initialization
new f8463718 Throw IllegalStateException instead of RuntimeException on
bad state in RemoteIpFilter
new 52dd018e Throw UncheckedIOException instead of RuntimeException on bad
processing in NativeFtpFile
new a0287253 Throw IllegalArgumentException instead of RuntimeException on
bad input to FtpServerListener
The 5 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 +-
core/src/main/java/org/apache/ftpserver/util/EncryptUtils.java | 4 ++--
.../org/apache/ftpserver/example/springwar/FtpServerListener.java | 2 +-
5 files changed, 8 insertions(+), 6 deletions(-)