summary refs log tree commit
path: root/test/spec_multipart.rb
DateCommit message (Expand)
2014-08-22Preserves extension in the created tempfile
2014-07-19Revert "support empty string multipart filename"
2014-07-18support empty string multipart filename
2014-07-18multipart/form-data with files with no input name
2014-07-18multipart content-type match now case insensitive
2013-12-05only run these tests on Ruby's that support encoding
2013-12-03correctly set multipart param encoding
2013-04-20fix invalid characters in multipart uploads
2013-02-06Ensure binary modes are used in tests, for Windows
2013-01-07multipart/parser: avoid unbounded #gets method
2013-01-04Fix parsing performance for unquoted filenames
2012-09-16Make multipart parser work when there is no Content-Length header
2012-01-22Multipart percentage fail, round 3, the final character. Fixes strings termin... 1.4.1
2012-01-22Correct multipart parser skips for cases where we have data that looks partia...
2012-01-22Multipart parsing now accepts filenames with unescaped percentages. This coul...
2011-12-27Limit the size of parameter keys
2011-10-01Add coverage for content-type related problems. See issue #186
2011-05-17Test that parsing a multipart/mixed upload no longer blows up
2011-05-03Added a new multipart fixture and spec to demonstrate that current 1.2 Rack can
2011-05-02encoding not needed
2011-05-02Merge branch 'multipart' of https://github.com/shwoodard/rack into shwoodard-...
2011-05-02refactor of multipart module