aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorHongli Lai (Phusion <hongli@phusion.nl>2008-12-15 21:36:33 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-12-16 12:30:28 +0100
commit9e2b4a10f7f091868b3c3701efb4c04048455706 (patch)
treeb7bfb7a80b78a22e5ab562a7d26c3d01abc7631d /actionpack/CHANGELOG
parent7c090509994faa19fcbd534aa78324b70b659627 (diff)
downloadrails-9e2b4a10f7f091868b3c3701efb4c04048455706.tar.gz
rails-9e2b4a10f7f091868b3c3701efb4c04048455706.tar.bz2
rails-9e2b4a10f7f091868b3c3701efb4c04048455706.zip
Do not output an ETag header if response body is blank or when sending files with send_file(... :xsendfile => true) [#1578 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 352c4253f4..1584ae5835 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Fixed that send_file shouldn't set an etag #1578 [Hongli Lai]
+
* Allow users to opt out of the spoofing checks in Request#remote_ip. Useful for sites whose traffic regularly triggers false positives. [Darren Boyd]
* Deprecated formatted_polymorphic_url. [Jeremy Kemper]