Zope shows internal setup (Bobo-Exception-File)
Hi, is there any chance to suppress the Bobo-Exception-File header that is generated by a <dtml-raise Redirect>? Server: Zope/Zope 2.3.0 (source release, python 1.5.2, linux2) ZServer/1.1b1 Date: Sun, 29 Apr 2001 16:36:46 GMT Bobo-Exception-File: /web/zope5/lib/python/DocumentTemplate/DT_Raise.py Bobo-Exception-Type: Redirect Location: /kabine/ Bobo-Exception-Value: /kabine/ Content-Length: 0 Bobo-Exception-Line: 128 I don't think that there is any need to show my internal paths to the world. Is there any need for this header? Regards, Frank
Hi Frank, I bet this is about 1000 times in the collector ;) Or at least it should be. This default traceback output is appended to the standard_error page so it additionally breaks html-syntax. (or WML or whatever) Regards Tino --On Sonntag, 29. April 2001 18:43 +0200 Frank Tegtmeyer <ftelist@lightwerk.com> wrote:
Hi,
is there any chance to suppress the Bobo-Exception-File header that is generated by a <dtml-raise Redirect>?
Server: Zope/Zope 2.3.0 (source release, python 1.5.2, linux2) ZServer/1.1b1 Date: Sun, 29 Apr 2001 16:36:46 GMT Bobo-Exception-File: /web/zope5/lib/python/DocumentTemplate/DT_Raise.py Bobo-Exception-Type: Redirect Location: /kabine/ Bobo-Exception-Value: /kabine/ Content-Length: 0 Bobo-Exception-Line: 128
I don't think that there is any need to show my internal paths to the world. Is there any need for this header?
Regards, Frank
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Tino Wildenhain wrote:
I bet this is about 1000 times in the collector ;) Or at least it should be. This default traceback output is appended to the standard_error page so it additionally breaks html-syntax. (or WML or whatever)
While this is true, there is a patch floating about in the list archives for it. However, Frank's point was different but also valid. Zope generates actual HTTP headers when errors occur. It probabyl shouldn't do this when running in production mode. cheers, Chris
participants (3)
-
Chris Withers -
Frank Tegtmeyer -
Tino Wildenhain