Closed
Bug 102279
Opened 24 years ago
Closed 24 years ago
Exception debug output URLs contain a comma
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: xenotica, Assigned: rginda)
Details
Exception URLs in the debug output window contain commas in the actual URL.
For Example:
Stopped for thrown exception.
$[0] = [Error] [class: Error] {3}
function doPageUnload() in http://localhost/oaa/js/pageload.js, line 239
237: if( top.getit_main_head && top.getit_main_head.doTitleAndToolbar && !is_nav4 )
238: {
239: top.getit_main_head.doTitleAndToolbar();
When you click on the offending file the URL posted to the browser contains the
comma as seen below, obviously resulting in a 404 ERROR
http://localhost/oaa/js/pageload.js,
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•