This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 31126066 Check parser type before instantiating class in
DefaultFTPFileEntryParserFactory.createFileEntryParser() (#403).
31126066 is described below
commit 3112606673e8cd72378e4890d2ceaa6afb3a350e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 5 12:06:10 2026 -0400
Check parser type before instantiating class in
DefaultFTPFileEntryParserFactory.createFileEntryParser() (#403).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5dbfbbc2..25edb49c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Reject CR/LF in SimpleSMTPHeader and SimpleNNTPHeader fields
#397.</action>
<action type="fix" dev="sebb" due-to="Javid Khan">Reject CR/LF in IMAP
quoteMailboxName (#399).</action>
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Reject CR/LF in FTP, POP3, NNTP and SMTP command senders
(#400).</action>
+ <action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Check parser type before instantiating class in
DefaultFTPFileEntryParserFactory.createFileEntryParser() (#403).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 97 to 102.</action>