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

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to