Displaying 2 results from an estimated 2 matches for "read_params_from_post".
2006 Jan 14
1
BUG: HTTP body content get parsed in PUT call
...able[''CONTENT_LENGTH'']))
|| ''''
env_table[''RAW_PUT_DATA''] = content.freeze
end
def read_query_params(method)
case method
when :get
read_params_from_query
when :post
read_params_from_post
when :put
setup_raw_put_data
when :cmd
read_from_cmdline
else # when :head, :delete, :options
read_params_from_query
end
end
end
end
--
Chris
-------------- next part --------------
A non-text attac...
2006 Nov 19
3
Binary PUT requests are failing
Does anyone know why binary PUTs are causing a 500 error in Rails? Non
binary PUTs are working fine. I''m trying to make a WebDAV server. I''ve
tried using both mongrel and webrick.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: