Closed
Bug 252388
Opened 21 years ago
Closed 21 years ago
Bugzilla->cgi->header() returns undefs when header has already been sent
Categories
(Bugzilla :: Bugzilla-General, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugreport, Assigned: bugreport)
Details
Attachments
(1 file)
|
559 bytes,
patch
|
jouni
:
review+
|
Details | Diff | Splinter Review |
A number of CGIs as well as the various ThrowXXXError() routines can invoke
header after it has already been called. It avoids sending another ehader, but
returns an undef which causes warnings every time it happens.
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Flags: blocking2.18?
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.18
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #153858 -
Flags: review?
Comment 2•21 years ago
|
||
Comment on attachment 153858 [details] [diff] [review]
patch
r=jouni
I cannot find anything conceptually wrong with it, and it works...
Attachment #153858 -
Flags: review? → review+
Updated•21 years ago
|
Flags: approval?
Flags: approval2.18?
Updated•21 years ago
|
Flags: blocking2.18?
Flags: blocking2.18+
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
| Assignee | ||
Comment 3•21 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 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
•