diff options
author | Robert Brewer <fumanchu@aminus.org> | 2005-09-29 00:07:23 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2005-09-29 00:07:23 +0000 |
commit | 13fa9e29619525391341321e0b7fbaaeabf85fc7 (patch) | |
tree | 00944263c3bfa6da528c7b619ef2323b4c2a9fc6 /cherrypy/config.py | |
parent | cf4cd15323c16fd3a0ec032f2efe0c444cd02851 (diff) | |
download | cherrypy-git-13fa9e29619525391341321e0b7fbaaeabf85fc7.tar.gz |
1. Fix for #305 (produce an error if a custom error page file can not be opened).
2. Also, a fix in _cputil.getErrorPage, where messages (and other kwargs set to None) were not printing defaults.
3. Removed defunct "server.httpErrors" config entry.
Diffstat (limited to 'cherrypy/config.py')
-rw-r--r-- | cherrypy/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/config.py b/cherrypy/config.py index 104ee01e..8ae37c75 100644 --- a/cherrypy/config.py +++ b/cherrypy/config.py @@ -48,7 +48,6 @@ defaultGlobal = { 'server.socketQueueSize': 5, 'server.environment': 'development', - 'server.httpErrors' : True, 'server.protocolVersion': 'HTTP/1.0', 'server.logToScreen': True, 'server.logFile': '', |