summaryrefslogtreecommitdiff
path: root/test/spec_multipart.rb
Commit message (Expand)AuthorAgeFilesLines
* Add failing test for missing empty mulitpart paramsWojtek Kruszewski2016-01-301-0/+1
* Fix #905 by stripping quotes from around encodingsunity3d_multipart_bugJames Tucker2016-01-231-0/+7
* Merge pull request #943 from ggrossman/fix_name_token_at_eolAaron Patterson2015-09-241-0/+40
|\
| * When parsing the name parameter of Content-Disposition, support quoted chars ...Gary Grossman2015-09-081-0/+20
| * Fix bug in parsing of Content-Disposition header where an unquoted name at en...Gary Grossman2015-09-061-0/+20
* | fix circular require, only start lighttpd onceAaron Patterson2015-09-221-0/+1
|/
* pull env access in the request object to a moduleAaron Patterson2015-09-041-4/+4
* adding test coverage around mismatched content lengthAaron Patterson2015-08-281-0/+8
* content length should be the bytesize, not string lengthAaron Patterson2015-08-281-1/+4
* Only handle encodings in extended parameter valuesMatthew Draper2015-07-191-0/+6
* Merge branch 'master' into zenspider-minitest.phase.2Aaron Patterson2015-06-161-7/+12
|\
| * Merge branch 'master-sec'Aaron Patterson2015-06-161-1/+1
| |\
| | * raise an exception if the parameters are too deepAaron Patterson2015-06-111-1/+1
| * | Cleanup older code than Ruby 2.0+ onedeepj2015-06-141-5/+3
| * | Fix encoding issue in source filesIan Cordasco2015-06-131-0/+2
| * | Force encoding of parsed filenameFranklin Webber2015-06-131-1/+1
| * | Add failing testIan Cordasco2015-06-131-0/+6
* | | First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-194/+194
|/ /
* | Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
|/
* consolidate where to find the default_query_parser make keyspace requiredAaron Patterson2015-06-091-1/+1
* ask the query parser to construct a params objectAaron Patterson2015-06-091-1/+2
* Allow specifying a params hash class to use when parsingJeremy Evans2015-05-291-0/+12
* Ensure correct parsing for quoted multipart boundaryLuca Guidi2015-05-211-1/+15
* Merge pull request #814 from johnnaegle/only_increment_open_file_count_for_fi...Santiago Pastorino2015-03-111-0/+27
|\
| * Only increment the opened_files counter for file inputs. If you have aJohn Naegle2015-03-091-0/+27
* | Merge pull request #815 from johnnaegle/remove_duplicate_testAaron Patterson2015-03-051-8/+0
|\ \
| * | test is an exact duplicate.John Naegle2015-03-021-8/+0
| |/
* | Handle mulipart/... requests with no part namesJamie English2015-03-041-0/+35
|/
* allow overriding the rack multipart parser tempfile classBrian Palmer2014-11-271-0/+9
* Explicitly fail when hitting the multipart limitJean Boussier2014-11-261-16/+23
* Preserves extension in the created tempfileMaurizio De Magnis2014-08-221-0/+6
* Revert "support empty string multipart filename"James Tucker2014-07-191-19/+3
* support empty string multipart filenameJames Tucker2014-07-181-3/+19
* multipart/form-data with files with no input nameJames Tucker2014-07-181-0/+12
* multipart content-type match now case insensitiveJames Tucker2014-07-181-0/+24
* only run these tests on Ruby's that support encodingAaron Patterson2013-12-051-0/+2
* correctly set multipart param encodingAaron Patterson2013-12-031-0/+44
* fix invalid characters in multipart uploadsMichael Raidel2013-04-201-0/+14
* Ensure binary modes are used in tests, for WindowsJames Tucker2013-02-061-1/+1
* multipart/parser: avoid unbounded #gets methodEric Wong2013-01-071-0/+53
* Fix parsing performance for unquoted filenamesJames Tucker2013-01-041-0/+22
* Make multipart parser work when there is no Content-Length headerSantiago Pastorino2012-09-161-0/+7
* Multipart percentage fail, round 3, the final character. Fixes strings termin...1.4.1James Tucker2012-01-221-0/+15
* Correct multipart parser skips for cases where we have data that looks partia...James Tucker2012-01-221-0/+15
* Multipart parsing now accepts filenames with unescaped percentages. This coul...James Tucker2012-01-221-2/+17
* Limit the size of parameter keysEvan Phoenix2011-12-271-0/+11
* Add coverage for content-type related problems. See issue #186James Tucker2011-10-011-0/+20
* Test that parsing a multipart/mixed upload no longer blows upJeremy Kemper2011-05-171-1/+9
* Added a new multipart fixture and spec to demonstrate that current 1.2 Rack canBrendan Baldwin2011-05-031-0/+6
* encoding not neededraggi2011-05-021-2/+0