Bugzilla cannot seem to handle bug_id and include together.

Bug #716464 reported by Gavin Panella
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
High
Unassigned

Bug Description

Testing against http://bugs.pearsoncomputing.net/ I noticed that it
redirects the initial POST to buglist.cgi incorrectly:

  -> POST http://bugs.pearsoncomputing.net/

  <- 302 Found
  <- Location: http://bugs.pearsoncomputing.net/bugzilla/buglist.cgi?...

Note the extra /bugzilla path segment. I think that's probably a
configuration problem, so not something we need to be aware of.

Anyway, removing the /bugzilla yields:

  http://bugs.pearsoncomputing.net/buglist.cgi?ctype=rdf&form_name=buglist.cgi&bug_id=181&columnlist=id,product,bug_status,resolution,priority,bug_severity&bug_id_type=include

Which results in an error:

  Cannot seem to handle bug_id and include together.

Removing bug_id_type=include from the query string got the correct
result (an XML doc of bug information).

Perhaps we need to remove this query parameter?

The parsed version, obtained from Bugzilla.version, running at
bugs.pearsoncomputing.net is: (3, 6, 2, 0, 3)

Tags: bugwatch
Gavin Panella (allenap)
tags: added: bugwatch
Revision history for this message
Robert Collins (lifeless) wrote :

Perhaps this should be filed upstream as a bug ?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.