[Zope] R: [Zope] Invalid Header (0) error

Dieter Maurer dieter@handshake.de
Sat, 24 Jun 2000 00:16:43 +0200 (CEST)


Richard Moon writes:
 > I think you are near to the answer.
 > 
 > ... sevaral blank lines at start of rendered page ...

Zope wants to add a BASENAME URL in the HTML <HEAD>.
Therefore, it looks for an HTML header. Obviously, it
gives up with "Invalid Header", when is can not find
it near the very start of the page.

The relevant code is probably in "ZPublisher.HTTPResponse",
maybe "ZPublisher.HTTPRequest".


Dieter