Status: Untriaged
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 4748 by [EMAIL PROTECTED]: Username/password appear to get  
encoded too often in ftp links.
http://code.google.com/p/chromium/issues/detail?id=4748

What steps will reproduce the problem?
1. Create a webpage with this content:
<A href=ftp://%:[EMAIL PROTECTED]>click me</A>
2. Click the link
3. Check the error message:
The webpage at ftp://%252525:[EMAIL PROTECTED]/ might be temporarily down
or it may have moved permanently to a new web address.

I tested this with a fake FTP server and it received this command:
USER %25252525

The username would need to get encoded 4 times to go from "%" to
"%25252525", which seems to me is a bit much.




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to