rails--rails/actionpack/test
Darren Boyd 0a4a5f3129 Making the IP Spoofing check in AbstractRequest#remote_ip configurable.
Certain groups of web proxies do not set these values properly.  Notably,
proxies for cell phones, which often do not set the remote IP information
correctly (not surprisingly, since the clients do not have an IP address).

Allowing this to be configurable makes it possible for developers to choose
to ignore this simple spoofing check, when a significant amount of their
traffic would result in false positives anyway.

Signed-off-by: Michael Koziarski <michael@koziarski.com>

[#1200 state:committed]
2008-12-01 20:40:18 +01:00
..
activerecord Use autoload instead of explicit requires for ActionController 2008-11-23 16:35:47 -06:00
controller Making the IP Spoofing check in AbstractRequest#remote_ip configurable. 2008-12-01 20:40:18 +01:00
fixtures Allow helpers directory to be overridden via ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] 2008-11-23 13:42:53 +01:00
template allow options to be passed to email address auto generation 2008-12-01 19:27:03 +01:00
abstract_unit.rb Merge branch 'master' of git@github.com:rails/rails 2008-11-29 19:23:31 -08:00
active_record_unit.rb Update AR integration tests for TestCase changes 2008-11-07 15:51:50 -05:00
adv_attr_test.rb
testing_sandbox.rb