mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 21:09:13 +00:00
fixed value of public static String __MULTIPARTS
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
4a0e4294b9
commit
92f44389b9
@ -133,7 +133,7 @@ import org.eclipse.jetty.util.log.Logger;
|
||||
public class Request implements HttpServletRequest
|
||||
{
|
||||
public static final String __MULTIPART_CONFIG_ELEMENT = "org.eclipse.jetty.multipartConfig";
|
||||
public static final String __MULTIPARTS = "org.eclipse.jetty.multiPartInputStream";
|
||||
public static final String __MULTIPARTS = "org.eclipse.jetty.multiParts";
|
||||
|
||||
private static final Logger LOG = Log.getLogger(Request.class);
|
||||
private static final Collection<Locale> __defaultLocale = Collections.singleton(Locale.getDefault());
|
||||
|
Loading…
x
Reference in New Issue
Block a user