Closed
Bug 294233
Opened 20 years ago
Closed 17 years ago
torrentreactor.net - Problems with spaces in filenames (content-disposition not quoted)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amD750mhZ, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.11-gentoo-r8; X11; i686; cs, en_US) KHTML/3.4.0 (like Gecko)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050514 Firefox/1.0+
When I click on the [download] link on
http://www.torrentreactor.net/view.php?id=5096319, it'll get me to
http://www.torrentreactor.net/download.php?id=5096319, which should redirect
me to a file "LucasArts Adventure Games.torrent". In firefox, the filename
consists of only the first word ("LucasArts" in this case) before the space.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.torrentreactor.net/view.php?id=5096319
2. click on [download]
Actual Results:
The filename was made of the first word only ("LucasArts")
Expected Results:
Give me a complete filename ("LucasArts Adventure Games.torrent")
Bug's present on Windows, Linux-x86 and Linux-x86_64 builds
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → 1.0 Branch
Comment 1•20 years ago
|
||
%curl -I http://www.torrentreactor.net/download.php\?id\=5096319
HTTP/1.1 200 OK
Date: Sun, 15 May 2005 00:24:57 GMT
Server: Apache/1.3.33 (Unix) PHP/4.3.9
X-Powered-By: PHP/4.3.9
content-disposition: attachment; filename=LucasArts Adventure Games.torrent
content-length: 1373 bytes
cache-control: private
Connection: close
Content-Type: application/x-bittorrent
Per bug 221028, content-disposition must be quoted. This is not a Firefox bug,
but rather a website bug. Moving over to Tech Evangelism.
Assignee: nobody → english-us
Component: Download Manager → English US
Product: Firefox → Tech Evangelism
QA Contact: download.manager → english-us
Summary: Problems with spaces (" ") in filenames while downloading from a redirect → torrentreactor.net - Problems with spaces in filenames (content-disposition not quoted)
Version: 1.0 Branch → unspecified
| Reporter | ||
Comment 2•20 years ago
|
||
Yo, if this ain't a Firefox bug, why other browsers (IE, Konqueror, Opera ......
) have no problems with that ?!
Comment 3•20 years ago
|
||
Because other browsers ignore the relevant standard and accept this broken
behaviour on the part of the website. Firefox does not.
If you want to know more about this decision, read bug 221028. But don't argue
about it there (or here), the decision has already been made.
The best thing you can do is to write to the administrators of
torrentreactor.net and ask them to fix their broken configuration.
Comment 4•17 years ago
|
||
Original file is 404, but I went to
http://www.torrentreactor.net/torrents/1889085/Alanis-Morissette-Flavors-Of-Entanglement-Bonus-Tracks-2008-PROPER
and found a download link, which gave me this:
url -I http://dl.torrentreactor.net/download.php?id=1889085&name=Alanis+Morissette+-+Flavors+Of+Entanglement+%5BBonus+Tracks%5D+2008+PROPER
[1] 2987
AlKaline:~ clawson$ HTTP/1.1 200 OK
Server: nginx/0.5.29
Date: Sat, 31 May 2008 00:17:51 GMT
Content-Type: application/x-bittorrent
Connection: keep-alive
X-Powered-By: PHP/4.4.7
Content-Disposition: attachment; filename=".torrent"
Content-Length: 40364
Cache-Control: private
Looks FIXED to me.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•