diff options
author | Ben Bangert <ben@groovie.org> | 2015-01-17 13:23:39 -0800 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2015-01-17 13:23:39 -0800 |
commit | c896e82611f9f4ae7962de7dfa4734d7c4342be6 (patch) | |
tree | 18b575db69a9d6c72ea0ecedbf129b9d50a764ef /CHANGELOG.rst | |
parent | da4f235ce6e48046bf95bef03cffe23fcdf907a1 (diff) | |
download | routes-c896e82611f9f4ae7962de7dfa4734d7c4342be6.tar.gz |
* URL generation with/without SCRIPT_NAME was resulting in the URL cache
failing to return the appropriate cached URL generation. The URL cache
should always include the SCRIPT_NAME, even if its empty, in the cache
to avoid this, and now does. Fixes #6.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5606bce..e883078 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,10 @@ Routes Changelog Release 2.1 (**dev**) ===================== +* URL generation with/without SCRIPT_NAME was resulting in the URL cache + failing to return the appropriate cached URL generation. The URL cache + should always include the SCRIPT_NAME, even if its empty, in the cache + to avoid this, and now does. Fixes #6. * Extract Route creation into separate method in Mapper. Subclasses of Route can be created by Mappers now. * Use the first X_FORWARDED_FOR value if there are multiple proxies in the |