Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
8daa29c6
Commit
8daa29c6
authored
Jan 20, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 431744: "Change Columns" URL contained more than 3x the characters in the base buglist.cgi URL
Patch By Michael J Tosh <michael.j.tosh@lmco.com> r=mkanat, a=mkanat
parent
5c76819f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CGI.pm
Bugzilla/CGI.pm
+4
-0
No files found.
Bugzilla/CGI.pm
View file @
8daa29c6
...
...
@@ -109,6 +109,10 @@ sub canonicalise_query {
# Leave this key out if it's in the exclude list
next
if
lsearch
(
\
@exclude
,
$key
)
!=
-
1
;
# Remove the Boolean Charts for standard query.cgi fields
# They are listed in the query URL already
next
if
$key
=~
/^(field|type|value)(-\d+){3}$/
;
my
$esc_key
=
url_quote
(
$key
);
foreach
my
$value
(
$self
->
param
(
$key
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment