aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2018-07-11 13:23:56 +0200
committerAlexis Métaireau <alexis@vieuxsinge.com>2018-08-05 14:57:55 +0200
commitc1b5eb1375cef77454973d5345628de1a9fe9ae6 (patch)
tree0c79f78cbe8e563c2a2ae1bdc6a0fcb56b471451 /CHANGELOG.rst
parent633e3543b24fb241135770afe0ca8bcd8ceae072 (diff)
downloadihatemoney-mirror-c1b5eb1375cef77454973d5345628de1a9fe9ae6.zip
ihatemoney-mirror-c1b5eb1375cef77454973d5345628de1a9fe9ae6.tar.gz
ihatemoney-mirror-c1b5eb1375cef77454973d5345628de1a9fe9ae6.tar.bz2
Remove strict_slashes for /
I don't know why, but on my setup (nginx + uwsgi), the `strict_slashes` (default to `True`) was causing an infinite loop. I think it could be safely removed for this route only.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 81993f3..382e889 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,7 @@ Fixed
- Fix broken install with pip ≥ 10 (#340)
- Fix the generation of the supervisord template (#309)
- Fix the validation of the hashed password (#310)
+- Fix infinite loop that happened when accessing / (#358)
Added
=====