OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxRequestSize
(Results
1 - 2
of
2
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/servlets/
MultiPartFilter.java
85
* Use init parameter "
maxRequestSize
" to limit the size of the multipart request.
115
String
maxRequestSize
= filterConfig.getInitParameter("
maxRequestSize
");
116
if (
maxRequestSize
!= null)
117
_maxRequestSize = Long.parseLong(
maxRequestSize
.trim());
/external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar
Completed in 844 milliseconds