summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Set Content-Length response header even for bodies not responding to to_aryJeremy Evans2020-01-221-2/+2
* Fix multipart parser for special files #1308Christoph Wagner2020-01-221-0/+26
* Fix `use` with kwargsRyuta Kamizono2020-01-221-2/+2
* Enable `Layout/TrailingWhitespace` cop to prevent extra trailing space in futureRyuta Kamizono2020-01-222-2/+2
* Fix typosRyuta Kamizono2020-01-226-6/+6
* Make body not respond to to_path to Rack::Files range requestsJeremy Evans2020-01-211-0/+9
* Support providing IO-like object to Rack::Multipart::UploadedFileJeremy Evans2020-01-181-0/+16
* Make Rack::Request#ssl? be true for wss schemeJeremy Evans2020-01-181-0/+4
* Support a :cascade option for Rack::StaticJeremy Evans2020-01-171-0/+14
* Add test for multipart parsing without Content-DispositionJeremy Evans2020-01-172-0/+11
* Make Rack::ShowExceptions handle invalid POST dataJeremy Evans2020-01-161-0/+21
* Add a test for space between cookies (Fixes #1039)Jeremy Evans2020-01-161-0/+3
* Implement SessionHash#digJeremy Evans2020-01-161-4/+15
* Fix possible timing issue in deflater testsJeremy Evans2020-01-161-1/+1
* Require password for basic authenticationJeremy Evans2020-01-161-0/+9
* Skip deflating in Rack::Deflater if Content-Length is 0Jeremy Evans2020-01-161-0/+9
* Document param_depth_limit in README and add specs for itJeremy Evans2020-01-151-0/+25
* Make Rack::Lint check response is array with 3 elementsJeremy Evans2020-01-141-0/+16
* Add new `Response.[]` and `MockResponse.[]` which are very similar. Fixes #1094.Samuel Williams2020-01-142-0/+22
* Handle case where session id key is requested but it is missingJeremy Evans2020-01-111-0/+73
* Older Rubyies + WEBRick SSL are broken.Samuel Williams2020-01-111-2/+2
* Fix RuboCop violations.Samuel Williams2020-01-111-14/+13
* do not specify SSL version to support jrubyGregor Melhorn2020-01-111-2/+1
* fix SSLEnable for Webrick, see https://github.com/rack/rack/issues/1013Gregor Melhorn2020-01-111-0/+39
* Remove duplicate assertion from request spec. See #937.Samuel Williams2020-01-111-1/+0
* Fix ActiveStorage use-case and add test case. Fixes #1464.Samuel Williams2020-01-111-0/+14
* Use "strict encoding" for Base64 encoded cookiesbase64-strictSamuel Williams2020-01-091-11/+51
* Restore part of status=205 spec.rack-response-bufferedSamuel Williams2020-01-071-0/+9
* Lazily initialize the response body and only buffer it if required.Samuel Williams2020-01-071-9/+25
* Improve spec compatibility with current master.to_ary-flattenSamuel Williams2020-01-071-2/+2
* Improve spec name and be explicit about result.Samuel Williams2020-01-071-3/+4
* Remove `to_ary` from Responserm_to_ary_from_responseAaron Patterson2020-01-062-4/+4
* Merge branch 'advisory-fix-1'Aaron Patterson2019-12-181-3/+40
|\
| * Introduce a new base class to avoid breaking when upgradingRafael Mendonça França2019-10-211-1/+1
| * Add a version prefix to the private id to make easier to migrate old valuesRafael Mendonça França2019-10-161-2/+0
| * Fallback to the public id when reading the session in the pool adapterRafael Mendonça França2019-10-091-3/+40
| * Also drop the session with the public id when destroying sessionsRafael Mendonça França2019-10-091-0/+21
| * Fallback to the legacy id when the new id is not foundRafael Mendonça França2019-10-091-0/+18
| * store hashed id, send public idAaron Patterson2019-08-131-3/+3
| * use session id objectsAaron Patterson2019-08-131-1/+1
* | in ruby2.4.0, URI doesn't respond to :openosamtimizer2019-12-141-1/+5
* | calling URI.open via Kernel#open is deprecatedosamtimizer2019-12-141-1/+1
* | Merge pull request #1421 from fatkodima/memcache-client-to-dalliRafael França2019-12-041-322/+0
|\ \
| * | Deprecate Rack::Session::Memcache in favor of Rack::Session::Dalli from dalli...fatkodima2019-11-291-322/+0
* | | Robust separation of Content-Disposition fieldsfatkodima2019-11-292-0/+12
|/ /
* | Do not reference HTTP_VERSION internallyMatt Robenolt2019-11-211-4/+4
* | Remove broken lighttpd specs.Samuel Williams2019-11-165-236/+0
* | Minor documentation fixes (File -> Files).Samuel Williams2019-11-151-1/+1
* | Merge pull request #1172 from radekosmulski/fix-cgi-spec-bugSamuel Williams2019-11-152-4/+4
|\ \
| * | Fix cgi specsRadek Osmulski2017-05-252-4/+4