You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/07 15:08:50 UTC

[commons-net] branch master updated: [NET-711] Add FTP option to toggle use of return host like CURL

This is an automated email from the ASF dual-hosted git repository.

ggregory 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 4fe1bae5 [NET-711] Add FTP option to toggle use of return host like CURL
4fe1bae5 is described below

commit 4fe1bae56e53f32756b1ca3296f3dd2c45e3e060
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 7 10:08:44 2022 -0500

    [NET-711] Add FTP option to toggle use of return host like CURL
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2dbd685..cfec29f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,8 +74,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">
         Use Math.min and Math.max method instead of manual calculations. #104.
       </action>
-      <action type="fix" dev="ggregory" due-to="Jochen Wiedmann, Gary Gregory">
-        FTP client trusts the host from PASV response by default.
+      <action issue="NET-711" type="fix" dev="ggregory" due-to="Jochen Wiedmann, Gary Gregory">
+        Add FTP option to toggle use of return host like CURL.
       </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">