diff options
| author | Derek J. Curtis <djcurtis@summersetsoftware.com> | 2015-12-09 18:07:02 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-10 13:51:07 -0500 |
| commit | 6be9589eb34f79914666c9d9e1e15bdb7fc44df2 (patch) | |
| tree | 8c9a8a173e92ab1c47737df2bb73c094025774d9 /docs | |
| parent | 5bc881541caafbac6911fb26d9718b8ad6d45b2a (diff) | |
Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index 98569a14df..e0b3b17ff9 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -19,3 +19,6 @@ Bugfixes * Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation backwards (:ticket:`25896`). + +* Fixed a regression in ``CommonMiddleware`` causing ``If-None-Match`` checks + to always return HTTP 200 (:ticket:`25900`). |
