Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
works and gives page not found
|
|
|
|
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 from #770
6. Also removed some stuff that manipulates the PATH and signals, which we
shouldn't do
|
|
|
|
this makes all the mojo timeouts larger -- except for 'clients' which should be smaller because we're so synchronous. It also puts them into environmental variables so ops can tweak them.
Note some of the code has moved to the main application class to make future people less likely to not notice these values.
|
|
|
|
There's one place where some (unused?) debug code prints out headers without using Bugzilla->cgi, and testagent.cgi which does the same. The first thing is removed and testagent.cgi is also removed, with its route handled by a simple route.
|
|
|