This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
from 2a3aa71b Bump actions/setup-java from 5.3.0 to 5.4.0
add 4dc2ffa3 reject CR/LF in FTP, POP3, NNTP and SMTP command senders
new a07b6c41 Merge pull request #400 from
dxbjavid/reject-crlf-command-senders
The 1 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/main/java/org/apache/commons/net/ftp/FTP.java | 8 ++++++
.../java/org/apache/commons/net/nntp/NNTP.java | 4 +++
.../java/org/apache/commons/net/pop3/POP3.java | 4 +++
.../java/org/apache/commons/net/smtp/SMTP.java | 4 +++
.../{util/CharsetsTest.java => ftp/FTPTest.java} | 30 ++++++++++------------
.../{util/CharsetsTest.java => nntp/NNTPTest.java} | 30 ++++++++++------------
.../{util/CharsetsTest.java => pop3/POP3Test.java} | 30 ++++++++++------------
.../{util/CharsetsTest.java => smtp/SMTPTest.java} | 30 ++++++++++------------
8 files changed, 76 insertions(+), 64 deletions(-)
copy src/test/java/org/apache/commons/net/{util/CharsetsTest.java =>
ftp/FTPTest.java} (56%)
copy src/test/java/org/apache/commons/net/{util/CharsetsTest.java =>
nntp/NNTPTest.java} (56%)
copy src/test/java/org/apache/commons/net/{util/CharsetsTest.java =>
pop3/POP3Test.java} (56%)
copy src/test/java/org/apache/commons/net/{util/CharsetsTest.java =>
smtp/SMTPTest.java} (55%)