diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-04-24 11:27:04 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-04-24 11:27:04 -0700 |
| commit | e36788c38b06d154d04f90530fb25d503748b63f (patch) | |
| tree | b70aafa14cd7fd85331fde0fc165e5218c01f484 /docs | |
| parent | 6ef48ea1fa02dd423befa77702ce2b02e1fc722c (diff) | |
| parent | cb06eb02b145f7471b66b5fb2a5c031efd9575b7 (diff) | |
| download | pyramid-e36788c38b06d154d04f90530fb25d503748b63f.tar.gz pyramid-e36788c38b06d154d04f90530fb25d503748b63f.tar.bz2 pyramid-e36788c38b06d154d04f90530fb25d503748b63f.zip | |
Merge pull request #1321 from omidraha/patch-1
Improving `X-Vhm-Root` paragraphs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.5.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst index 65e8393f8..1d863c937 100644 --- a/docs/whatsnew-1.5.rst +++ b/docs/whatsnew-1.5.rst @@ -384,9 +384,9 @@ Other Backwards Incompatibilities 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. |
