diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-08 00:25:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-08 00:25:18 -0400 |
| commit | 4085128ffce32e919265c5adc56a5062a91a8708 (patch) | |
| tree | b21b36cba471f01bec784972e6ce575390b6d077 /CHANGES.txt | |
| parent | 1f085837350df56b5485085ed617360be20c2540 (diff) | |
| parent | d5dc5dd60e3bbff904a67dd02b4aff9226389942 (diff) | |
| download | pyramid-4085128ffce32e919265c5adc56a5062a91a8708.tar.gz pyramid-4085128ffce32e919265c5adc56a5062a91a8708.tar.bz2 pyramid-4085128ffce32e919265c5adc56a5062a91a8708.zip | |
Merge branch 'fix.staticencoding'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d2af41876..fda27592f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,12 @@ Bug Fixes translations (``de``) would not work properly when using a localizer. See https://github.com/Pylons/pyramid/issues/263 +- The static file serving machinery could not serve files that started with a + ``.`` (dot) character (hidden files). + +- The static file serving machinery inappropriately URL-quoted path segments + in filenames when asking for files from the filesystem. + Documentation ------------- |
