Author: sebb
Date: Thu Mar 3 13:03:49 2011
New Revision: 1076608
URL: http://svn.apache.org/viewvc?rev=1076608&view=rev
Log:
This was fixed earlier
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=1076608&r1=1076607&r2=1076608&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Thu Mar 3 13:03:49 2011
@@ -104,6 +104,9 @@ The <action> type attribute can be add,u
Commons net ftp cannot handle unknown type parser and should allow
override of parser through vm argument.
The system property "org.apache.commons.net.ftp.systemType" can be
used to provide the system type.
</action>
+ <action issue="NET-286" dev="sebb" type="fix">
+ Unhandled SecurityException in
DefaultFTPFileEntryParserFactory.createFileEntryParser when using applets.
+ </action>
<action issue="NET-360" dev="sebb" type="fix">
DefaultFTPFileEntryParserFactory.createFileEntryParser(String key)
always tries to load a class.
</action>