Issue 3124: Re-direct to an ftp file download returns error, works on  
refresh.
http://code.google.com/p/chromium/issues/detail?id=3124

Comment #1 by allen.p.edwards:
I reproduced this bug on my server, with the following php:

The php file is:
<?
header("Location: ftp://<username>:<password>@my-address.com/test.exe");
exit;
?>

The problem only appears when redirected to a file that should download.   
If you
redirect to a text file on the ftp, it shows up in the browser as expected.



-- 
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