summaryrefslogtreecommitdiff
path: root/test/spec_multipart.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'multipart' of https://github.com/shwoodard/rack into shwoodard-...raggi2011-05-021-0/+8
* refactor of multipart moduleSam Woodard2011-05-021-0/+267