From b447773f305c7c55126291e8b67f0b6b631a99c0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 8 Sep 2011 00:29:16 -0400 Subject: garden --- CHANGES.txt | 8 +++++--- 1 file 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 ------------- -- cgit v1.2.3