Closed
Bug 161375
Opened 24 years ago
Closed 24 years ago
Need to detect IFRAME based infinite recursion
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: bstell, Assigned: law)
References
()
Details
When I save the http://www.ccid.net it appears that some of the links are doing
recursion since I see files saved to dirs like this:
D:\IQA\topsite_testing\misc\ccidnet\ccidnet_files\road_data\ad_data\road_data\ad
_data\road_data\ad_data\cdfex_bu.gif
while IE saves the this file to:
D:\IQA\topsite_testing\misc\ccidnet.ie\???(ccidnet_com)_files\ad(11)_files\cdfex
_bu.gif
Comment 1•24 years ago
|
||
-> File Handling
Assignee: Matti → law
Component: Browser-General → File Handling
QA Contact: asa → sairuh
| Reporter | ||
Comment 2•24 years ago
|
||
I now believe that the problem is that there is an IFRAME infinite recursion.
What I see is that road.html has some javascript that creates an IFRAME
document.write('<iframe width=200 height=0 noresize scrolling=No
frameborder="0" marginheight=0 marginwidth=0
src="http://www.cnnet.com.cn/servlets/ad?Pool=road&ajtype=cgi_image"></iframe>');
The problem is that this src definition gets a "not found" message then after
a few seconds redirects to the main page. The IFRAME now loads the main page
which loads the IFRAME inside it which is "not found" and then redirects to the
main page, and so on.
Changed summary from:
saved webpage cannot find related files
to
Need to detect IFRAME based infinite recursion
Summary: saved webpage cannot find related files → Need to detect IFRAME based infinite recursion
| Reporter | ||
Comment 3•24 years ago
|
||
Does the fact that the save dir seems to be recursing indicate that moz's idea of
the URL did not note that it had been redirected?
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 98158 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 5•24 years ago
|
||
John: should I open a new bug re: the fact that moz's idea of the URL did not
note that it had been redirected?
Comment 6•24 years ago
|
||
marking verified as a duplicate.
if you decide to reopen this bug, please clarify why.
search string for bugspam removal: SalviaGuaranitica
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•