Changeset 6811
- Timestamp:
- 05/22/07 22:26:00 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/integration.rb
r6796 r6811 246 246 "CONTENT_TYPE" => "application/x-www-form-urlencoded", 247 247 "CONTENT_LENGTH" => data ? data.length.to_s : nil, 248 "RAW_POST_DATA" => data, 248 249 "HTTP_COOKIE" => encode_cookies, 249 250 "HTTPS" => https? ? "on" : "off",