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

Michael Howitz noreply at github.com
Wed May 8 17:47:39 CEST 2019


  Branch: refs/heads/DTMLMethod-content-conversion
  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: 82ff67b3e0efbbde8b2134205c6ceac6b8fc3c76
      https://github.com/zopefoundation/Zope/commit/82ff67b3e0efbbde8b2134205c6ceac6b8fc3c76
  Author: Jens Vagelpohl <jens at mineralware.com>
  Date:   2019-05-07 (Tue, 07 May 2019)

  Changed paths:
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  - rearrange expection handling to be more efficient for Transient errors


  Commit: cb7b8a9b8b3400c9fe16e593919bac29ad87a790
      https://github.com/zopefoundation/Zope/commit/cb7b8a9b8b3400c9fe16e593919bac29ad87a790
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M MANIFEST.in

  Log Message:
  -----------
  Pimp MANIFEST.

Fixes #389.


  Commit: ffab8725ef3d85cd022ed870c6b62e0d0a5853de
      https://github.com/zopefoundation/Zope/commit/ffab8725ef3d85cd022ed870c6b62e0d0a5853de
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M CHANGES.rst
    M MANIFEST.in
    M setup.cfg
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/WSGIPublisher.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 DTMLMethod-content-conversion


Compare: https://github.com/zopefoundation/Zope/compare/016b6892bd77...ffab8725ef3d


More information about the checkins mailing list