jetty.project/jetty-util
Lachlan Roberts 13b15e3566 Resolved Charset Issues and Reworked Request.MultiPartInputStream
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>
2018-04-03 15:24:54 +10:00
..
src Resolved Charset Issues and Reworked Request.MultiPartInputStream 2018-04-03 15:24:54 +10:00
.gitignore Adding tests for Named Logging 2011-08-24 09:31:28 -07:00
pom.xml Make the requirement on "osgi.serviceloader.processor" optional (#2377) 2018-04-03 12:25:50 +10:00