Closed
Bug 16625
Opened 26 years ago
Closed 26 years ago
load named query in Bugzilla doesn't work
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: dbaron, Assigned: gagan)
References
()
Details
DESCRIPTION: The load named query feature in Bugzilla doesn't work. It stalls
at "Loading your query named <query-name>..." I think this is some networking
feature - but I couldn't find it in the Bugzilla source quickly.
STEPS TO REPRODUCE:
* Go to http://bugzilla.mozilla.org/query.cgi
* If you don't already have a named query, make one, and reload the query page.
* Select "Load named query" and a query name.
* Hit "submit".
ACTUAL RESULTS:
* stops at "Loading your query named <query-name>..."
EXPECTED RESULTS:
* the named query is loaded into a query page
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-16-08-M11
WORKS CORRECTLY ON:
* NN 4.x, Linux and Windows
* WinIE 5.0
| Reporter | ||
Comment 1•26 years ago
|
||
The problem is that the pseudo-HTTP "Refresh" header is not supported:
See http://lxr.mozilla.org/mozilla/source/webtools/bugzilla/buglist.cgi#55 for
the relevant bugzilla source.
| Reporter | ||
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•26 years ago
|
||
Verified duplicate.
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•