Closed
Bug 254347
Opened 20 years ago
Closed 20 years ago
Use of uninitialized value msg in query.cgi
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: kniht, Assigned: LpSolit)
References
Details
Attachments
(1 file)
691 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630 Galeon/1.3.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030630 Galeon/1.3.8
The apache error log has the following message:
query.cgi: Use of uninitialized value in string eq at
/var/www/html/bugzilla-cvs/query.cgi line 417.
Reproducible: Always
Steps to Reproduce:
1.do an advanced search query
2.select "Edit Search" at the bottom of the buglist
3.
Actual Results:
error msg about "Use of uninitialized value" generated in the apache error log
Expected Results:
no msgs in apache error log
Blocks: bz-warnings
Comment 1•20 years ago
|
||
I can reproduce this if I turn cookies off and delete any saved DEFAULTFORMAT
cookie.
There is a check to set the default page to "specific" if no format is provided,
but this doesn't allow for the case of a set param('query_format') and an unset
param('format'). So, if I re-edit a search, the warning is issued.
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
I have cookies turned on and there is an entry listed in my cookie file as follows
machine.domain.company.com FALSE /bugzilla-cvs/ FALSE 2145916801 DEFAULTFORMAT
advanced
Assignee | ||
Comment 3•20 years ago
|
||
We don't need to update the cookie if $vars->{'format'} is undefined.
Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Attachment #174533 -
Flags: review? → review+
Updated•20 years ago
|
Severity: normal → major
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
Comment 4•20 years ago
|
||
Checking in query.cgi;
/cvsroot/mozilla/webtools/bugzilla/query.cgi,v <-- query.cgi
new revision: 1.141; previous revision: 1.140
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•