[Checkins] [zopefoundation/zope.app.publisher] f1393f: Set Host header in .xmlrpc.testing.ServerProxy

Colin Watson noreply at github.com
Thu Jun 11 18:43:41 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.publisher
  Commit: f1393f675382f46eacbcbd292992c7dba987a115
      https://github.com/zopefoundation/zope.app.publisher/commit/f1393f675382f46eacbcbd292992c7dba987a115
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/publisher/xmlrpc/README.rst
    M src/zope/app/publisher/xmlrpc/testing.py

  Log Message:
  -----------
  Set Host header in .xmlrpc.testing.ServerProxy

WSGI applications that serve multiple virtual hosts need a way to tell
the difference between them in incoming requests.  (For example, we use
such a setup in Launchpad.)  Setting the Host header allows this to
work.


  Commit: 5f8b0ac11be2043da56580c15efba10b08dd2938
      https://github.com/zopefoundation/zope.app.publisher/commit/5f8b0ac11be2043da56580c15efba10b08dd2938
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/publisher/xmlrpc/README.rst
    M src/zope/app/publisher/xmlrpc/testing.py

  Log Message:
  -----------
  Merge pull request #13 from cjwatson/server-proxy-host-header

Set Host header in .xmlrpc.testing.ServerProxy


Compare: https://github.com/zopefoundation/zope.app.publisher/compare/5c14ff9fbd40...5f8b0ac11be2


More information about the checkins mailing list