netty5/src
Frederic Bregier dde0df9955 [#2542] HTTP post request decoder does not support quoted boundaries
Motivation:
According to RFC2616 section 19, boundary string could be quoted, but
currently the PostRequestDecoder does not support it while it should.

Modifications:
Once the boundary is found, one check is made to verify if the boundary
is "quoted", and if so, it is "unqoted".

Note: in following usage of this boundary (as delimiter), quote seems no
more allowed according to the same RFC, so the reason that only the
boundary definition is corrected.

Result:
Now the boundary could be whatever quoted or not. A Junit test case
checks it.
2014-06-09 10:12:39 +02:00
..
assembly Upgrade to apiviz 1.3.2.GA. See #676 2012-10-23 13:20:02 +02:00
javadoc Update license headers 2012-06-04 13:35:22 -07:00
main [#2542] HTTP post request decoder does not support quoted boundaries 2014-06-09 10:12:39 +02:00
site More license updates 2011-12-09 14:31:04 +09:00
test [#2542] HTTP post request decoder does not support quoted boundaries 2014-06-09 10:12:39 +02:00