From 96f022203a552fef19403c01b12fa6d30da560a0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 6 Oct 2014 16:07:20 -0400 Subject: [1.7.x] Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in request. Thanks edevil for the report and Simon Charette for review. Backport of 9dff5ce7c7 from master --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 0a5a0163b8..1604e75da8 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -97,3 +97,6 @@ Bugfixes possible to import arbitrary packages from the Python path. This was not considered a security issue because ``admindocs`` is only accessible to staff users (:ticket:`23601`). + +* Fixed ``UnicodeDecodeError`` crash in ``AdminEmailHandler`` with non-ASCII + characters in the request (:ticket:`23593`). -- cgit v1.3