Closed
Bug 270519
Opened 21 years ago
Closed 20 years ago
Repeated downloading does not check if file has changed but uses cached one.
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 138117
People
(Reporter: AbriPL, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When downloading files AGAIN, the browser does not check if the file has
changed and simply gives you the one stored in cache (or wherever) on disk.
Real pain when you give somebody a file to download periodically
from your website (eg. http://www.mywebsite.com/somefile.zip)
and you change the contents of the same name file. The browser
simply gives them the one they got before.
This is a problem with other browsers too.
Reproducible: Always
Steps to Reproduce:
1. store a file on your website - eg somefile.zip
2. download it
3. change the contents of the file and upload it again to website
4. download it and see that it is the same as the original without changes
and of course it really downloads fast since it really does not download.
Actual Results:
Same problem
Expected Results:
Downloaded the latest file on the website and not simply give you what
is stored (in cache?) on the disk.
Solution: give (default) option for downloading it fresh everytime.
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 1•21 years ago
|
||
> 4. download it
How? What exact steps?
Comment 2•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 3•20 years ago
|
||
Problem confirmed on FF1.5b1 and SeaMonkey1.0a.
The proposed solution is to remove completed downloads from the cache. pls vote
for/add comments on bug 138117 if you feel strongly that the download should be
retained, and that a UI to download vs use cached version be added into that
design somehow.
*** This bug has been marked as a duplicate of 138117 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•