[Zope] Which Script Catches HTTP 404 Errors?

beno zope@thewebsons.com
Sat, 11 Jan 2003 16:13:18 -0400


At 05:49 PM 1/11/2003 +0100, you wrote:
>Hi,
>
>a zope 404 response contains the header item
>
>Bobo-Exception-File: ...\lib\python\ZPublisher\HTTPResponse.py
>
>search in HTTPResponse.py for the code sequence:
>
>     def notFoundError(self,entry='Unknown'):
>         self.setStatus(404)
>         (...)

Thank you!
beno