diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-24 12:12:59 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-24 13:33:56 +0100 |
commit | b928e9ce1cf475ea5139e5846049db63ba53a48b (patch) | |
tree | 57c1dd1bec18b18d2ca8d766405c85250388a4d8 /CHANGELOG.md | |
parent | 0e453a085a6e3249260fea7678a064b165e2bd6f (diff) |
Use REQUEST_URI, not PATH_INFO, to infer path.
This fixes an issue with slashes in category names in admin (as
PATH_INFO can't tell the difference between / and %2F).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16541c16a..3967b8d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ - Fix superusers creating anonymous reports. #2435 - Ensure non_public reports aren't exposed at /open311 endpoint. - Escape body name in admin title. + - Use REQUEST_URI, not PATH_INFO, to infer path. - Development improvements: - Make front page cache time configurable. - Better working of /fakemapit/ under https. |