diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-08 00:29:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-08 00:29:16 -0400 |
| commit | b447773f305c7c55126291e8b67f0b6b631a99c0 (patch) | |
| tree | d74fa0bc05d3ad5f09073c1a747c35c50006c2f7 | |
| parent | 4085128ffce32e919265c5adc56a5062a91a8708 (diff) | |
| download | pyramid-b447773f305c7c55126291e8b67f0b6b631a99c0.tar.gz pyramid-b447773f305c7c55126291e8b67f0b6b631a99c0.tar.bz2 pyramid-b447773f305c7c55126291e8b67f0b6b631a99c0.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fda27592f..4b4f36dc4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,10 +9,12 @@ Bug Fixes https://github.com/Pylons/pyramid/issues/263 - The static file serving machinery could not serve files that started with a - ``.`` (dot) character (hidden files). + ``.`` (dot) character. -- The static file serving machinery inappropriately URL-quoted path segments - in filenames when asking for files from the filesystem. +- Static files with high-order (extra-ASCII) characters in their names could + not be served by a static view. The static file serving machinery + inappropriately URL-quoted path segments in filenames when asking for files + from the filesystem. Documentation ------------- |
