13b15e3566
Changed Request.MultiPartInputStream to an interface called MultiParts where there is an implementation for both the HTTP and UTIL parsers. Resolved some issues with default charsets in regards to request.setCharacterEncoding and the _charset_ part for issue #2398. Changed HTTP parser to operate the same as UTIL parser in situtions with parts not of type form-data or without name field. HTTP parser was ignoring these parts, UTIL parser was throwing exceptions. Replaced the context attribute with a field in MultiParts. Signed-off-by: Lachlan Roberts <lachlan@webtide.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |