[ZCM] [ZC] 1906/ 1 Request "Vary header not appended correctly"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Fri Sep 23 03:21:16 EDT 2005


Issue #1906 Update (Request) "Vary header not appended correctly"
 Status Pending, Zope/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/1906

==============================================================
= Request - Entry #1 by newbery on Sep 23, 2005 3:21 am

In HTTPResponse.py, line 379 looks like...
  
  self.appendHeader('Vary','Accept-Encoding')

It looks like it should be...
  
  self.appendHeader('vary','Accept-Encoding')
  
Or otherwise it will overwrite any Vary header previously set.

==============================================================



More information about the Zope-Collector-Monitor mailing list