Bug 13229 - loading named query fails to do anything
Summary: loading named query fails to do anything
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 2.8
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-06-29 19:18 UTC by Matt Domsch
Modified: 2007-04-18 16:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-09 14:45:46 UTC
Embargoed:


Attachments (Terms of Use)

Description Matt Domsch 2000-06-29 19:18:49 UTC
I have a query named "dell submitted issues".  When I use the "Load the 
remembered query:", and select this, then click "Submit query", I get 
taken to a page that says:

Loading your query named dell submitted issues... 

Nothing further happens.  Here's the URL it tries to load.

http://bugzilla.redhat.com/bugzilla/buglist.cgi?
product=bugzilla&version=beta2&version=beta1&version=1.0&component=9wm&bug_
status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_
status=RESOLVED&email1=&emailassigned_to1=1&email2=&emailreporter2=1&change
din=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&bug_file_loc=&sta
tus_whiteboard=&cmdtype=editnamed&namedcmd=dell+submitted+issues&newqueryna
me=&order=Bug+Number+Ascending&form_name=query

I'm running (gasp!) Internet Explorer 5.01.

Comment 1 Daniel Roesen 2000-10-09 10:22:05 UTC
Same problem here with IE4. Gives just the following page source:

 <TITLE>What a hack.</TITLE>
 Loading your query named <B>RH7 Bugs</B>...


Comment 2 David Lawrence 2000-10-09 13:57:17 UTC
I have confirmed this to be a prolem with the way Bugzilla redirects and IE. It
works fine in all Netscapes I have tested it on. I am looking into it.

Basically Bugzilla is writing the following HTTP header to cause the redirect

----
Content-type: text/html
Refresh 0; URL=query.cgi?blah=blah&blah=blah...

<TITLE>What a hack.</TITLE>
Loading your query named <B>Queryname</B>...
----

For some reason this is not compliant with IE.

Comment 3 David Lawrence 2000-10-09 14:45:43 UTC
Okay, i did some playing around and the Location: header line seems to work fine
with Netscape and IE instead of using the Redirect: header. I am not sure why
this is not compatible but if Location works then I will use it instead. It has
the added side effect of not showing the "Loading saved query" message and just
redisplaying the query page with new query. This is actually more desirable in
my opinion.


Note You need to log in before you can comment on or make changes to this bug.