Closed
Bug 78783
Opened 24 years ago
Closed 23 years ago
[XPCDOM]Exception handling error in Components.interfaces
Categories
(Core :: Security: CAPS, defect)
Core
Security: CAPS
Tracking
()
VERIFIED
FIXED
People
(Reporter: ckritzer, Assigned: security-bugs)
References
()
Details
Also see:
http://voodoolady.mcom.com/security/same/asoxp003.html
Exception handler: view-source:http://voodoolady.mcom.com/security/ncjss.js ,
function docEx(
Overview: There is an exception being thrown in the JS console which my
exception handler actually checks for ("Access to property denied"), but for
some reason, appears to be bypassing/passing through my exception
handler undetected.
Steps to reproduce:
1) Load either of the two supplied testcases (the first one is easier to debug)
2) The actual testcase results will not display
3) Open the JS Console
Actual Results: Testcase will not load; JS console contains: "Error: uncaught
exception: Access to property denied"
Expected Results: Testcase will load, all tests will pass
Additional info: If you load the testcase:
http://voodoolady.mcom.com/security/funct/fuxp003.html
you will see a listing of what items should be being tested (and at least flag a
failure in the expected/actual table data cells)
Assigning to mstoltz for now - Mitch, if I'm wrong, please pass it to whomever
you think is the more appropriate owner. Thanks.
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Summary: Exception handling error in Components.interfaces → [XPCDOM]Exception handling error in Components.interfaces
Assignee | ||
Comment 1•24 years ago
|
||
Fixed, I think.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•23 years ago
|
||
Blocked by bugzilla #82159
Reporter | ||
Updated•23 years ago
|
Depends on: 82159
Whiteboard: Blocked by bugzilla #82159
Blocked by bugzilla #82159
Reporter | ||
Updated•23 years ago
|
Whiteboard: Blocked by bugzilla #82159
Blocked by bugzilla #82159 → Blocked by bugzilla #82159
Reporter | ||
Comment 3•23 years ago
|
||
Updated URL field to correct (internal) testcase.
And the bug is fixed. It no longer throws the exception.
Marking VERIFIED FIXED on:
-MacOS91 2001-05-23-08-trunk
-Win98SE 2001-05-23-09-trunk
-LinRH62 2001-05-23-08-trunk
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•23 years ago
|
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 4•23 years ago
|
||
Oops. I forgot to check Linux. This is still being blocked by bug #82159.
Reopening.
Reporter | ||
Comment 5•23 years ago
|
||
Setting back to FIXED...
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•23 years ago
|
||
Marking VERIFIED FIXED on:
-MacOS91 2001-06-01-08-trunk
-Win98SE 2001-06-01-06-trunk
-LinRH62 2001-06-01-08-trunk
Status: RESOLVED → VERIFIED
Whiteboard: Blocked by bugzilla #82159
You need to log in
before you can comment on or make changes to this bug.
Description
•