index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
cgi_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrent content type lookup in request parsing. Closes #8407.
Jeremy Kemper
2007-05-19
1
-1
/
+17
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-384
/
+6
*
Move request parameter parsing from CGI to AbstractRequest.
Jeremy Kemper
2007-05-15
1
-34
/
+1
*
Shine some sunlight on the CGI extensions. Remove unused CGI#session.
Jeremy Kemper
2007-05-15
1
-36
/
+33
*
Added parsing of file type in Hash.xml_in so you can easily do file uploads w...
David Heinemeier Hansson
2007-04-25
1
-1
/
+29
*
Change the query parser to map empty GET params to "" rather than nil. Closes...
Nicholas Seckar
2007-01-28
1
-3
/
+3
*
Fix parsing of array[] CGI parameters so extra empty values aren't included. ...
Jeremy Kemper
2007-01-12
1
-0
/
+12
*
Multipart form values may have a content type without being treated as upload...
Jeremy Kemper
2006-11-09
1
-5
/
+8
*
Skip params with empty names, such as the &=Save query string from <input typ...
Jeremy Kemper
2006-09-12
1
-2
/
+11
*
Switch to using FormEncodedPairParser for parsing request parameters.
Nicholas Seckar
2006-08-30
1
-19
/
+16
*
FormEncodedStringParser needs a tad more work before it can handle POST data ...
David Heinemeier Hansson
2006-08-28
1
-0
/
+14
*
Actually, indifferent access mattered in the bowels (hashes hidden in arrays)
David Heinemeier Hansson
2006-08-26
1
-0
/
+2
*
Result is made indifferent on the way out
David Heinemeier Hansson
2006-08-26
1
-1
/
+0
*
Changed the POST parameter processing to use the new QueryStringParser and ma...
David Heinemeier Hansson
2006-08-26
1
-2
/
+3
*
More tests for array/hashing in parameters, one failing
David Heinemeier Hansson
2006-08-26
1
-0
/
+6
*
Make us pass to ease RESTful children posts
David Heinemeier Hansson
2006-08-04
1
-1
/
+1
*
Make us pass to ease RESTful children posts
David Heinemeier Hansson
2006-08-04
1
-0
/
+11
*
Rewind readable CGI params so others may reread them (such as CGI::Session wh...
Jeremy Kemper
2006-06-02
1
-1
/
+9
*
Cope with missing content type and length headers. Parse parameters from mult...
Jeremy Kemper
2006-06-01
1
-0
/
+9
*
Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes #4955
Michael Koziarski
2006-05-16
1
-0
/
+6
*
Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]
David Heinemeier Hansson
2006-03-16
1
-2
/
+19
*
Add support for multiple proxy servers in HTTP_X_FORWARDED_HOST. Closes #3397
Michael Koziarski
2006-01-13
1
-0
/
+4
*
Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.
Jeremy Kemper
2005-11-15
1
-0
/
+12
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
1
-0
/
+25
*
Unit tests and fixtures for multipart posts.
Jeremy Kemper
2005-09-28
1
-5
/
+80
*
Ticket #2295 - Tolerate consecutive delimiters in query parameters
Jeremy Kemper
2005-09-27
1
-1
/
+10
*
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Jeremy Kemper
2005-09-26
1
-19
/
+32
*
Fixed that hashes was not working properly when passed by GET to lighttpd #84...
David Heinemeier Hansson
2005-07-04
1
-3
/
+12
*
Hashes sent via multipart post should be converted to strings #1032 [me@julik...
Jamis Buck
2005-07-04
1
-0
/
+7
*
Fixed query parser to deal gracefully with equal signs inside keys and values...
David Heinemeier Hansson
2005-06-16
1
-0
/
+16
*
Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org]
Jamis Buck
2005-06-10
1
-0
/
+5
*
Clean up load paths to avoid unit test interaction #1113 [alles@atomicobject....
David Heinemeier Hansson
2005-04-17
1
-1
/
+0
*
Added graceful handling of non-alphanumeric names and misplaced brackets in i...
David Heinemeier Hansson
2004-12-01
1
-3
/
+33
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+142