diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-06 16:07:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-06 17:35:53 -0400 |
| commit | 9dff5ce7c70780f4ee91567d98dba227093b49e2 (patch) | |
| tree | ad4132cc05dd6ddb5d50a6e64da3b950c2a8ad7d /docs/releases | |
| parent | 6f6e7d01dce94668e178b26da547c4643ed3a6cc (diff) | |
Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in request.
Thanks edevil for the report and Simon Charette for review.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
