New submission from Chris McDonough <[EMAIL PROTECTED]>:
We need exception handling docs for repoze.zope2 that give a side-by-side
comparison of using
standard_error_message and
http://pythonpaste.org/module-paste.errordocument.html to catch
errors and show results.
--
messages: 94
n
Chris McDonough <[EMAIL PROTECTED]> added the comment:
There is also a potential issue when *not* setting the vhm root as per a
conversation on IRC tonight.
Need to try this as the host without a root.. the bug reporter indicated it
returned a notfound:
http://foo/bar
--
status: unread
New submission from Chris McDonough <[EMAIL PROTECTED]>:
We've been documenting repoze.vhm#xheaders header adds as:
Header add X-Vhm-Host foo
I think this may need to be
RequestHeader add X-Vhm-Host foo
But need to test.
--
messages: 92
nosy: chrism
priority: bug
status: unread
t