From c1b5eb1375cef77454973d5345628de1a9fe9ae6 Mon Sep 17 00:00:00 2001 From: Glandos Date: Wed, 11 Jul 2018 13:23:56 +0200 Subject: 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. --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.rst') 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 ===== -- cgit v1.1