Author: sebb
Date: Mon Mar 21 03:00:27 2011
New Revision: 1083666
URL: http://svn.apache.org/viewvc?rev=1083666&view=rev
Log:
NET-326
Modified:
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1083666&r1=1083665&r2=1083666&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Mon Mar 21 03:00:27 2011
@@ -57,6 +57,10 @@ The <action> type attribute can be add,u
<body>
<release version="3.0" date="TBA" description="TBA">
+ <action issue="NET-326" dev="sebb" type="add">
+ A KeyManager is required when the protection level is set to 'P'
with FTPSClient on active mode.
+ Added KeyManagerUtils class to simplify provision of client
certificates.
+ </action>
<action issue="NET-273" dev="sebb" type="add">
FEAT response parsing. Added FTPClient methods: boolean
hasFeature(feature [,option]),
String fetaureValue(feature), String[] featureValues(feature)