You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/02/28 21:21:02 UTC

svn commit: r1784819 - in /commons/proper/net/trunk/src: changes/changes.xml main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java

Author: sebb
Date: Tue Feb 28 21:21:02 2017
New Revision: 1784819

URL: http://svn.apache.org/viewvc?rev=1784819&view=rev
Log:
NET-618 System Information Leak in ftp parser

Modified:
    commons/proper/net/trunk/src/changes/changes.xml
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java

Modified: commons/proper/net/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1784819&r1=1784818&r2=1784819&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/net/trunk/src/changes/changes.xml [utf-8] Tue Feb 28 21:21:02 2017
@@ -63,6 +63,18 @@ The <action> type attribute can be add,u
      -->
 
     <body>
+        <release version="3.7" date="TBA" descriptioon="
+This is mainly a bug-fix release. See further details below.
+
+
+ This release is binary compatible with previous releases.
+ However it is not source compatible with releases before 3.4, as some methods were added to the interface NtpV3Packet in 3.4
+        
+">
+            <action issue="NET-613" type="fix" dev="sebb" due-to="Donald Kwakkel">
+            System Information Leak in ftp parser
+            </action>
+        </release>
         <release version="3.6" date="2017-02-15" description="
 This is mainly a bug-fix release. See further details below.
 

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java?rev=1784819&r1=1784818&r2=1784819&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java Tue Feb 28 21:21:02 2017
@@ -371,7 +371,6 @@ public class MVSFTPEntryParser extends C
             try {
                 file.setTimestamp(super.parseTimestamp(datestr));
             } catch (ParseException e) {
-                e.printStackTrace();
                 // just ignore parsing errors.
                 // TODO check this is ok
                 return false; // this is a parsing failure too.