19 Jul
2000
19 Jul
'00
7:57 a.m.
Hi Zopistas, For anyone that might know: Is there a particular reason that the User-Agent header is not part of the request data that ZServer sends in the environment to ZPublisher? It looks like the user agent can also be provided to Zope's request object just by adding a line for 'user-agent' to ZServer.HTTPServer.header2env: header2env={'content-length' : 'CONTENT_LENGTH', 'content-type' : 'CONTENT_TYPE', 'connection' : 'CONNECTION_TYPE', 'user-agent' : 'HTTP_USER_AGENT' } Is there a particular reason this is not done? --Brian Hooper Digital Garage, Inc. Tokyo, Japan