Why did david change request_parameters to use the method that
-doesn't- do implicit hash construction?
From comments in cgi_methods.rb:
# Returns a hash with the pairs from the query string. The
implicit hash construction that is done in
# parse_request_params is not done here.
def parse_query_parameters(query_string)
Responding to David (Akismet on the trac blocks anything I throw at him) - the zip file has the test case and a quick&dirty fix. Both Safari and FF send brackets encoded in POST.
Hey folks,
the same thing is happening after changelist: 4866, but with a catch.
Under OSX running lighttpd or mongrel, this changelist works fine.
However, at a shared hosting service that is using Linux (CentOS) and
Apache -> Mongrel, the param hash is not being nested.
On my Mac, I see this for a request submitted from a form: