Closed
Bug 2909
Opened 26 years ago
Closed 25 years ago
URL: NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL
Categories
(Core :: Networking, defect, P2)
Tracking
()
M9
People
(Reporter: assem.masri, Assigned: gagan)
References
()
Details
(Whiteboard: waiting til 8/1 builds to verify)
To replicate the error do the following:
navigate to www.microsoft.com
click the 'Developer Tools' link under the 'Product Families' Heading
Once the page is loaded click the 'Support' tab
Once the page is loaded click the 'Search' tab
--This generates the error
Updated•26 years ago
|
Assignee: kostello → rickg
Comment 1•26 years ago
|
||
All yours Mr. Gecko
Comment 2•26 years ago
|
||
FWIW, following the recipe above, I don't get a crash using Feb03 & Feb10
win95 non-debug builds, BUT I did notice there is a flaw in the HTML at:
http://msdn.microsoft.com/vstudio/technical/support.asp
which is the penultimate page noted above.
The flaw is the the HREF for the 'Search' button on that page is of a form:
<A HREF=http://foo/bar/default.asp?att=value">
....^ ....^ i.e., unbalanced quotes
When I click on the link (image), the URL location text box in viewer.exe
changes to:
file:///http|//search.microsoft.....
Perhaps this (or some variation) crashes NT (the reported Platform/OS:).
Comment 3•26 years ago
|
||
For completeness: the HREF also has a TARGET attribute
<A HREF=http://foo/bar/default.asp?att=value" target="_top">
....^ ....^
Fixed the bad html problem. In such cases, we will force quotes around the
attribute value.
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Summary: Dr. Watson comes up stating that there was an application error with gecko.exe → Dr. Watson .. application error with gecko.exe -- '\' in URL
Comment 5•26 years ago
|
||
Good news, bad news. Reopened, but probably not your bug anymore. (netlib?)
Your (rickg) fix is fine, but I (stupidly) didn't realize that the
problem was *not* the unbalanced quotes (noted above). The *real* (??)
problem is the presence of a backslash '\' in the HREF URL. Changing
to a forward slash allows viewer.exe to proceed correctly (i.e., load
the HREF). Here's the HREF:
<A
HREF=http://search.microsoft.com/search/default.asp?SPath=\vstudio&SName=Visual%
20Studio&Cluster=MSDN" target="_top">
A similar mishandling of backslash is in as bug #3108 (Feb 10),
although this one is in the context of <FRAME SRC> not loading.
(Note: On win95 viewer.exe (Feb 3, Feb 10, Feb 19), I have not had a
crash as noted by the original submitter (winNT), but I do get the
'file:///http|//hostname...' URL handling as noted previously).
Updated•26 years ago
|
Resolution: FIXED → ---
Updated•26 years ago
|
QA Contact: 4130
Comment 7•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Component: Selection and Search → Networking Library
Comment 8•26 years ago
|
||
Changed Component to Networking Library
Updated•26 years ago
|
Target Milestone: M6
Per DP's suggestion marking these till M8. Though Necko lands with M7, we will
be able to verify it for M8.
Updated•25 years ago
|
QA Contact: 4130 → 3819
Comment 10•25 years ago
|
||
I'm moving this to target M9, Necko will be enabled somewhere during late M8 or
early M9. We will need to get on this and it cannot be postponed past the M9
milestone.
Comment 11•25 years ago
|
||
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. ;-)
Summary: Dr. Watson .. application error with gecko.exe -- '\' in URL → NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL
Assignee | ||
Comment 12•25 years ago
|
||
Please check with Necko.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Whiteboard: waiting til 8/1 builds to verify
Comment 13•25 years ago
|
||
Well, this doesn't crash anymore but it also doesn't load any content. I'm
pretty sure that is a dup of a bug harish just fixed. I will marked this
resolved then verify on Monday with new builds.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: FIXED → DUPLICATE
Comment 14•25 years ago
|
||
this is crashing on the backslash in the URL, which is a dup of 3108, re-opening
quickly to mark as suck
Comment 15•25 years ago
|
||
*** This bug has been marked as a duplicate of 3108 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 16•25 years ago
|
||
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
Summary: NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL → URL: NECKO: Dr. Watson .. application error with gecko.exe -- '\' in URL
You need to log in
before you can comment on or make changes to this bug.
Description
•