Closed
Bug 5347
Opened 25 years ago
Closed 25 years ago
Page crashes when URL entered without trailing slash
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: Antti.Nayha, Assigned: gagan)
References
()
Details
This page crashes my Apr 20 nightly build (Win32) every time that
the URL is entered without the trailing slash, like this:
http://www.student.oulu.fi/%7esairwas/object-test
With the trailing slash it works fine.
Before the crash occurs, the page content is briefly displayed without the
CSS formatting - I suspect that Mozilla is looking for the LINKed CSS file
in the wrong place when the trailing slash is missing, and this is somehow
causing the crash.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 1•25 years ago
|
||
This doesn't crash for me, but it does fail to load the imported stylesheet.
Updated•25 years ago
|
Assignee: peterl → gagan
Status: ASSIGNED → NEW
Component: Style System → Networking Library
Comment 2•25 years ago
|
||
Actually, NOTHING referenced by a relative ULR loads in this page if the
trailing slash is left off (including images). It seems that the document's URL
doesn't realize that it's a directory URL (like it automagically does in 4.X).
Not sure if this is a problem in networking code or document URL handling.
Updated•25 years ago
|
QA Contact: 4110 → 3819
Per DP's suggestion marking these till M8. Though Necko lands with M7, we will
be able to verify it for M8.
Reporter | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•25 years ago
|
||
The problem's gone in the 06-23-08-M8 build: neither crash nor any
problems with relative URLs. Marking fixed.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
cool, sounds like necko is landing, watch out! :-)
marking verified
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•