You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2006/10/03 19:47:55 UTC

svn commit: r452584 - /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java

Author: imario
Date: Tue Oct  3 10:47:54 2006
New Revision: 452584

URL: http://svn.apache.org/viewvc?view=rev&rev=452584
Log:
fixed error message

Modified:
    jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java

Modified: jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java?view=diff&rev=452584&r1=452583&r2=452584
==============================================================================
--- jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java (original)
+++ jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpClientFactory.java Tue Oct  3 10:47:54 2006
@@ -122,7 +122,7 @@
 					UserAuthenticatorUtils.toString(username),
 					UserAuthenticatorUtils.toString(password)))
                 {
-                    throw new FileSystemException("vfs.provider.ftp/login.error", new Object[]{hostname, username}, null);
+                    throw new FileSystemException("vfs.provider.ftp/login.error", new Object[]{hostname, UserAuthenticatorUtils.toString(username)}, null);
                 }
 
                 // Set binary mode



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org