Closed
Bug 1495071
Opened 7 years ago
Closed 7 years ago
Mojolicious Cleanup
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
Details
Attachments
(1 file)
There are some things that should've been in the first patch but were missed:
1. Calling $c->finish in the finally block should not happen if an exception has been raised.
2. Bugzilla->cleanup() should be called at the same time the mojolicious stash is cleared.
3. Code referencing the shutdownhtml should be removed
4. The conditionals that ran code in Bugzilla.pm when it was not run under mod_perl should instead check where the Bugzilla.pm module was loaded from.
5. Revert the default template change
| Assignee | ||
Comment 1•7 years ago
|
||
Also removed some stuff that manipulates the PATH and signals, which we shouldn't do
| 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
•