Closed
Bug 102300
Opened 24 years ago
Closed 24 years ago
FTP Directory listings are no longer cached
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wd, Assigned: bbaetz)
References
()
Details
(Keywords: testcase)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4+) Gecko/20010928
BuildID: 2001092803
Mozilla used to keep directory listings in the cache, but it no longer is doing
this.
Reproducible: Always
Steps to Reproduce:
1.Go to ftp://ftp.mozilla.org
2.Click on a directory
3.Click Back
Actual Results: Mozilla re-connects to the FTP site and downloads the directory
listing over again.
Expected Results: Rather than re-loading the FTP directory listing, mozilla
should pull the listing from the cache, since it was just there.
| Assignee | ||
Comment 1•24 years ago
|
||
Yep. Seems due to the extra onstop, since backing out that patch fixes it. See
bug 101128 for more info.
I didn't look into the details.
Depends on: 101128
| Assignee | ||
Comment 2•24 years ago
|
||
Fixed by the bug 101128 patch, which was checked in last night.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
VERIFIED: went forward, added a file, went back, saw old directory listing, hit
reload, saw new file.
M 1.0 RC, Win98.
Status: RESOLVED → VERIFIED
Keywords: testcase
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•