Vendor Rack 1.0.1
Incorporate patch from Revision 496.
This commit is contained in:
parent
a7202d54cd
commit
76f388f3e2
113 changed files with 5759 additions and 199 deletions
BIN
vendor/plugins/rack/test/multipart/binary
vendored
Normal file
BIN
vendor/plugins/rack/test/multipart/binary
vendored
Normal file
Binary file not shown.
10
vendor/plugins/rack/test/multipart/empty
vendored
Normal file
10
vendor/plugins/rack/test/multipart/empty
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
--AaB03x
|
||||
Content-Disposition: form-data; name="submit-name"
|
||||
|
||||
Larry
|
||||
--AaB03x
|
||||
Content-Disposition: form-data; name="files"; filename="file1.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
|
||||
--AaB03x--
|
6
vendor/plugins/rack/test/multipart/ie
vendored
Normal file
6
vendor/plugins/rack/test/multipart/ie
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
--AaB03x
|
||||
Content-Disposition: form-data; name="files"; filename="C:\Documents and Settings\Administrator\Desktop\file1.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
contents
|
||||
--AaB03x--
|
10
vendor/plugins/rack/test/multipart/nested
vendored
Normal file
10
vendor/plugins/rack/test/multipart/nested
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
--AaB03x
|
||||
Content-Disposition: form-data; name="foo[submit-name]"
|
||||
|
||||
Larry
|
||||
--AaB03x
|
||||
Content-Disposition: form-data; name="foo[files]"; filename="file1.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
contents
|
||||
--AaB03x--
|
9
vendor/plugins/rack/test/multipart/none
vendored
Normal file
9
vendor/plugins/rack/test/multipart/none
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
--AaB03x
|
||||
Content-Disposition: form-data; name="submit-name"
|
||||
|
||||
Larry
|
||||
--AaB03x
|
||||
Content-Disposition: form-data; name="files"; filename=""
|
||||
|
||||
|
||||
--AaB03x--
|
6
vendor/plugins/rack/test/multipart/semicolon
vendored
Normal file
6
vendor/plugins/rack/test/multipart/semicolon
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
--AaB03x
|
||||
Content-Disposition: form-data; name="files"; filename="fi;le1.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
contents
|
||||
--AaB03x--
|
10
vendor/plugins/rack/test/multipart/text
vendored
Normal file
10
vendor/plugins/rack/test/multipart/text
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
--AaB03x
|
||||
Content-Disposition: form-data; name="submit-name"
|
||||
|
||||
Larry
|
||||
--AaB03x
|
||||
Content-Disposition: form-data; name="files"; filename="file1.txt"
|
||||
Content-Type: text/plain
|
||||
|
||||
contents
|
||||
--AaB03x--
|
Loading…
Add table
Add a link
Reference in a new issue