send_file quotes ":/" in UTF-8 filename

This commit is contained in:
David Lord 2019-06-27 07:55:22 -07:00
parent 6ed68f015a
commit 54cbb4e642
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,8 @@ Unreleased
- The key information for ``BadRequestKeyError`` is no longer cleared
outside debug mode, so error handlers can still access it. This
requires upgrading to Werkzeug 0.15.5. :issue:`3249`
- ``send_file`` url quotes the ":" and "/" characters for more
compatible UTF-8 filename support in some browsers. :issue:`3074`
Version 1.0.3