Closed
Bug 106114
Opened 24 years ago
Closed 24 years ago
shouldn't assume ftp dates are in GMT
Categories
(Core Graveyard :: Networking: FTP, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: bulbul, Assigned: bbaetz)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
809 bytes,
patch
|
dougt
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
I'm putting these all in one bug on the assumption that they appeared
simultaneously. Several major bugs have suddenly appear in the directory viewer.
I'm using Linux 2001-10-22-10-trunk.
BUG #1
Open the mozilla ftp nightly directory an note the modification times listed for
a couple of directories. Then open the same directory in another browser such as
Netscape 4 or Konqueror. The times do not match. Some examples:
2001-10-22-17-trunk
moz: 10/22/2001 07:26:00 AM
ns: Mon Oct 22 14:26:00 2001
2001-10-20-11-0.9.4
moz: 10/20/2001 05:39:00 AM
ns: Sat Oct 20 12:39:00 2001
The times seem to all be off by seven hours.
BUG #2
Note that all of the August directories (2001-08...) are missing. Note that
they're not missing in another viewer.
BUG #3
The link to the parent directory has disappeared.
BUG #4
It seems to be taking *much* longer to open an ftp directory than usual.
Assignee | ||
Comment 2•24 years ago
|
||
Bug 1 - ns4 just displays the time as given by the server. We assume that the
server's time is in GMT, and convert it.
Bug 2 - ns4 doesn't show the Auguest stuff, and neither does a packettrace. INVALID.
Bug 3 - Dupe of bug 103737
Bug 4 - comapred to what? Is there an example url?
Morphing to match bug 1.
This is a regression, caused my me trying to match the time on my
(misconfigured) ftp server. We can't assume that the server time is in GMT.
Although there is an extention to the ftp protocol to do so, I've never seen it
used. Patch coming
Severity: major → minor
Status: UNCONFIRMED → ASSIGNED
Component: XP Apps → Networking: FTP
Ever confirmed: true
Keywords: regression
Priority: -- → P3
Summary: several major directory viewer bugs → shouldn't assume ftp dates are in GMT
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Comment on attachment 54587 [details] [diff] [review]
patch
sr=darin
Attachment #54587 -
Flags: superreview+
Updated•24 years ago
|
Attachment #54587 -
Flags: review+
Updated•24 years ago
|
QA Contact: sairuh → benc
Assignee | ||
Comment 5•24 years ago
|
||
Checked in
reporter, if you have otehr issues, please open a separate bug for those.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
leston: can you give us an update, perhaps with a Mozilla 1.0 or RCx build?
Reporter | ||
Comment 7•23 years ago
|
||
The one relevant part of this bug was the hour being off. I have opened the URL
in Mozilla 1.0 2002-05-06-15 and in Netscape 4.7 and there is no longer a
discrepancy between the times displayed. So, i guess this is really fixed.
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
•