[Checkins] [zopefoundation/Zope] 413422: Do not quote `@` on redirect. (#586)

Jens Vagelpohl noreply at github.com
Tue May 7 23:13:39 CEST 2019


  Branch: refs/heads/issue_580
  Home:   https://github.com/zopefoundation/Zope
  Commit: 4134224ea6128c9158839248c81278c3a65b8f12
      https://github.com/zopefoundation/Zope/commit/4134224ea6128c9158839248c81278c3a65b8f12
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py

  Log Message:
  -----------
  Do not quote `@` on redirect. (#586)

* Do not quote `@` on redirect.

This is a regression introduced in zopefoundation/Zope#435.

* - next attempt at a fix

* - missed a character

* - remove unused import


  Commit: 94658dbf6c9efda5e54c77db9896b317cfd6169e
      https://github.com/zopefoundation/Zope/commit/94658dbf6c9efda5e54c77db9896b317cfd6169e
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M CHANGES.rst
    M setup.cfg
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/serve.py
    M src/Zope2/Startup/tests/test_schema.py
    A src/Zope2/Startup/tests/test_serve.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/wsgi.conf.in

  Log Message:
  -----------
  - Make Zope write a PID file again under WSGI.

This makes interaction with sysadmin tools easier.
The PID file path can be set in the Zope configuration with ``pid-filename``,
just like in ``ZServer``-based configurations.


  Commit: 0154bfa821d84e49add83886c68d1668498b4ce4
      https://github.com/zopefoundation/Zope/commit/0154bfa821d84e49add83886c68d1668498b4ce4
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M src/Zope2/utilities/skel/etc/wsgi.conf.in

  Log Message:
  -----------
  - typo [ci skip]


  Commit: ba0d452758c8a9eb64b15432ea3e0d7d8cc23a0f
      https://github.com/zopefoundation/Zope/commit/ba0d452758c8a9eb64b15432ea3e0d7d8cc23a0f
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M src/Zope2/Startup/serve.py

  Log Message:
  -----------
  - clean up import


  Commit: 5bae2329a157c0c5ccff3c1820bad57ad74a5f90
      https://github.com/zopefoundation/Zope/commit/5bae2329a157c0c5ccff3c1820bad57ad74a5f90
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M CHANGES.rst
    M setup.cfg
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/serve.py
    M src/Zope2/Startup/tests/test_schema.py
    A src/Zope2/Startup/tests/test_serve.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/wsgi.conf.in

  Log Message:
  -----------
  Merge branch 'master' into issue_580


Compare: https://github.com/zopefoundation/Zope/compare/c53300232dba...5bae2329a157


More information about the checkins mailing list