handle errors more gracefully in the web ui. Display a real explanation if possible.

This commit is contained in:
Mike McLean 2008-02-22 18:52:55 -05:00
parent 6d3977ee62
commit 3dc2eb581e
4 changed files with 141 additions and 1 deletions

View file

@ -3,7 +3,7 @@ Alias /koji "/usr/share/koji-web/scripts/"
<Directory "/usr/share/koji-web/scripts/">
# Config for the publisher handler
SetHandler mod_python
PythonHandler mod_python.publisher
PythonHandler publisher
# General settings
PythonDebug On