You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2013/02/27 18:29:01 UTC

svn commit: r1450868 - /commons/proper/vfs/trunk/src/changes/changes.xml

Author: joehni
Date: Wed Feb 27 17:29:00 2013
New Revision: 1450868

URL: http://svn.apache.org/r1450868
Log:
Update changes.

Modified:
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1450868&r1=1450867&r2=1450868&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Feb 27 17:29:00 2013
@@ -26,6 +26,9 @@
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->
 <!--     	[Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
+      <action issue="VFS-468" dev="joehni" type="add">
+        [FTPS] Add option for KeyManager (and TrustManager) to support FTPS servers that ask for the client certificate for authentication.
+      </action>
       <action issue="VFS-464" dev="joehni" type="fix">
         StaticUserAuthenticator should return only requested authentication data.
       </action>