aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-06-03 18:11:47 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-06-03 18:11:47 -0500
commitedfa195e2ace7b4fb8195333c6e44e6bf8986c11 (patch)
tree9713858ed89a82f19c269bbde124b1077b1b9d06 /actionpack/CHANGELOG
parent8afa725f4b98a6e0ceee4792e8ebaebb6189e5f6 (diff)
downloadrails-edfa195e2ace7b4fb8195333c6e44e6bf8986c11.tar.gz
rails-edfa195e2ace7b4fb8195333c6e44e6bf8986c11.tar.bz2
rails-edfa195e2ace7b4fb8195333c6e44e6bf8986c11.zip
Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_FORWARDED_FOR doesnt match (not just if theyre both present) [Mark Imbriaco, Bradford Folkens]
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ba2b16849c..861597701c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,3 +1,7 @@
+*Edge*
+
+* Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_FORWARDED_FOR doesn't match (not just if they're both present) [Mark Imbriaco, Bradford Folkens]
+
* Allow caches_action to accept a layout option [José Valim]
* Added Rack processor [Ezra Zygmuntowicz, Josh Peek]