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 09:28:41 UTC

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

Author: joehni
Date: Wed Feb 27 08:28:41 2013
New Revision: 1450672

URL: http://svn.apache.org/r1450672
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=1450672&r1=1450671&r2=1450672&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Feb 27 08:28:41 2013
@@ -26,6 +26,10 @@
 <!--       <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-466" dev="joehni" type="update">
+        Open UserAuthenticationData for other value types than char[]. Deprecate existing getter and setter
+        for the data and introduce new ones to reflect the arbitrary class type of the value.
+      </action>
       <action issue="VFS-464" dev="joehni" type="fix">
         StaticUserAuthenticator should return only requested authentication data.
       </action>