[Zope] HTTP_ACCEPT

2000-08-16 Thread Spicklemire, Jerry
Greetings Zope Fans, There is a value included in "REQUEST" called HTTP_ACCEPT. Is there a way within Zope to reset this value? The default seems to be "*/*", but our sysadmin says Zope would get along better if we can change it to include the alias that Zope has been assigned by our Proxy

Re: [Zope] HTTP_ACCEPT

2000-08-16 Thread Dieter Maurer
Spicklemire, Jerry writes: There is a value included in "REQUEST" called HTTP_ACCEPT. Is there a way within Zope to reset this value? dtml-call "REQUEST.environ.update({'HTTP_ACCEPT' : whatever_you_want})" The default seems to be "*/*", but our sysadmin says Zope would get along