You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/01/03 15:52:49 UTC

DO NOT REPLY [Bug 38082] - SCP Task password with special characters

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38082>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38082


michael@montuori.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|dev@ant.apache.org          |michael@montuori.net
             Status|NEW                         |ASSIGNED




------- Additional Comments From michael@montuori.net  2006-01-03 15:52 -------
Created an attachment (id=17314)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17314&action=view)
Correct issue with password containing special characters

Line # 263 now contains
int indexOfAt = uri.lastIndexOf('@');
instead of
int indexOfAt = uri.indexOf('@');

this gets around password with special characters like "p@ssword"

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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