Steve Piercy
2014-04-24 9630097e7bd009a4b05577b6dcbfcb83849669af
Merge pull request #1324 from stevepiercy/1.5-branch

backport PR #1321
1 files modified
6 ■■■■ changed files
docs/whatsnew-1.5.rst 6 ●●●● patch | view | raw | blame | history
docs/whatsnew-1.5.rst
@@ -384,9 +384,9 @@
  are now "reified" properties that look up a locale name and localizer
  respectively using the machinery described in :ref:`i18n_chapter`.
- If you send an ``X-Vhm-Root`` header with a value that ends with a slash (or
  any number of slashes), the trailing slash(es) will be removed before a URL
  is generated when you use use :meth:`~pyramid.request.Request.resource_url`
- If you send an ``X-Vhm-Root`` header with a value that ends with any number
  of slashes, the trailing slashes will be removed before the URL
  is generated when you use :meth:`~pyramid.request.Request.resource_url`
  or :meth:`~pyramid.request.Request.resource_path`.  Previously the virtual
  root path would not have trailing slashes stripped, which would influence URL
  generation.