diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-23 06:11:48 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-23 06:11:48 +0000 |
commit | ba7dc5d42160271ee0d321ee4802c0ddfb5d1ab2 (patch) | |
tree | cc97d10a211b057c3a4e5e08f33cd9a33a59d5b1 /actionpack/lib | |
parent | b0d01921d8fe5d54d90c9bf4aa77ba819ab52a97 (diff) | |
download | rails-ba7dc5d42160271ee0d321ee4802c0ddfb5d1ab2.tar.gz rails-ba7dc5d42160271ee0d321ee4802c0ddfb5d1ab2.tar.bz2 rails-ba7dc5d42160271ee0d321ee4802c0ddfb5d1ab2.zip |
Revert [6811]. Should be fixed instead of selectively reintroducing the deprecated environment variable.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6816 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/integration.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/integration.rb b/actionpack/lib/action_controller/integration.rb index cee807dae4..1a5c8af69a 100644 --- a/actionpack/lib/action_controller/integration.rb +++ b/actionpack/lib/action_controller/integration.rb @@ -245,7 +245,6 @@ module ActionController "SERVER_PORT" => (https? ? "443" : "80"), "CONTENT_TYPE" => "application/x-www-form-urlencoded", "CONTENT_LENGTH" => data ? data.length.to_s : nil, - "RAW_POST_DATA" => data, "HTTP_COOKIE" => encode_cookies, "HTTPS" => https? ? "on" : "off", "HTTP_ACCEPT" => accept |