Closed
Bug 1405011
Opened 7 years ago
Closed 7 years ago
Prevent code in mod_perl.pl from executing twice
Categories
(bugzilla.mozilla.org :: General, enhancement, P1)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
Details
Attachments
(1 file)
The code in mod_perl.pl is executed twice. mod_perl does this to "make sure graceful restarts work".
It isn't clear that this is useful, since we don't use graceful restarts (which are not recommended with apache / mod_perl anyway) and it costs performance.
But more importantly it makes sanitizing %ENV more complicated than it needs to be.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Priority: -- → P1
Assignee | ||
Updated•7 years ago
|
Attachment #8914377 -
Flags: review?(bobm)
Assignee | ||
Updated•7 years ago
|
Attachment #8914377 -
Flags: review?(bobm) → review+
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•