0
0
zero/spec
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
..
fixtures/templates reworked the renderer 2013-02-27 22:27:02 +01:00
unit/zero fix paramter extraction with charset 2013-08-13 13:20:36 +02:00
spec_helper.rb use new api of class_options 2013-01-28 15:49:53 +01:00