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 f0fbd3b3 TFTPRequestPacket now throws TFTPPacketException instead of
ArrayIndexOutOfBoundsException (#407).
f0fbd3b3 is described below
commit f0fbd3b3cb926f6737b8f6d2da8ecbd6ac787d7f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 14 07:09:56 2026 -0400
TFTPRequestPacket now throws TFTPPacketException instead of
ArrayIndexOutOfBoundsException (#407).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 12a40123..b4ad2fc2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Run
hostname verifier on FTPS data connection (#404).</action>
<action type="fix" dev="ggregory" due-to="Sarankumar Baskar, Matt Pryor,
Gary Gregory" issue="NET-745">[Javadoc] Improve UnixFTPEntryParser when
filename with leading space when listing contains a year instead of time (IBM i
example) (#405).</action>
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Force Gregorian calendar in FTP listing timestamp parsers
(##406).</action>
+ <action type="fix" dev="ggregory" due-to="Arpit Jain, Gary
Gregory">TFTPRequestPacket now throws TFTPPacketException instead of
ArrayIndexOutOfBoundsException (#407).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
FTPFile.setUserPermission(int, boolean).</action>
<!-- UPDATE -->