Bug 218902

Summary: bugzilla advanced query generates over-long urls
Product: [Community] Bugzilla Reporter: Jens Petersen <petersen>
Component: Query/Bug ListAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-18 04:08:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 1 Jens Petersen 2007-05-18 00:11:51 UTC
<https://bugzilla.redhat.com/bugzilla/query.cgi> uses POST
to send the information to bugzilla, so this should be fixable
on the bugzilla server side IMHO.

Comment 2 Jens Petersen 2007-05-18 03:22:04 UTC
Adding link to long-standing upstream bug.

Comment 3 Jens Petersen 2007-05-18 04:08:07 UTC
(In reply to comment #1)
> [query.cgi] uses POST to send the information to bugzilla,
> so this should be fixable on the bugzilla server side IMHO.

Err, this is incorrect, it uses GET.  See the upstream for details.