0
0
zero/lib
Gibheer 00e0c01703 fix paramter extraction with charset
This fixes a bug where a charset in the content type blocked the
extraction of the payload.
A browser may send a string like

  multipart/form-data; charset=UTF-8

which include? could not find the defined types. Now it gets split and
then checked against the defined types.
2013-08-13 13:20:36 +02:00
..
zero fix paramter extraction with charset 2013-08-13 13:20:36 +02:00
zero.rb drop 1.8 support and add 2.0 2013-07-29 08:45:15 +02:00