netty5/codec-http
Frederic Bregier 7f907e8c2a Accept ';' '\\"' in the filename of HTTP Content-Disposition header
Motivation:
HttpPostMultipartRequestDecoder threw an ArrayIndexOutOfBoundsException
when trying to decode Content-Disposition header with filename
containing ';' or protected \\".
See issue #3326 and #3327.

Modifications:
Added splitMultipartHeaderValues method which cares about quotes, and
use it in splitMultipartHeader method, instead of StringUtils.split.

Result:
Filenames can contain semicolons and protected \\".
2015-01-16 13:54:32 +01:00
..
src Accept ';' '\\"' in the filename of HTTP Content-Disposition header 2015-01-16 13:54:32 +01:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00