Searched refs:maxFormContentSize (Results 1 – 5 of 5) sorted by relevance
309 int maxFormContentSize = -1; in extractParameters() local314 … maxFormContentSize = _context.getContextHandler().getMaxFormContentSize(); in extractParameters()318 if (maxFormContentSize < 0) in extractParameters()322 maxFormContentSize = 200000; in extractParameters()326 maxFormContentSize = size.intValue(); in extractParameters()330 maxFormContentSize = Integer.valueOf((String)obj); in extractParameters()350 if (content_length > maxFormContentSize && maxFormContentSize > 0) in extractParameters()352 … throw new IllegalStateException("Form too large " + content_length + ">" + maxFormContentSize); in extractParameters()357 …UrlEncoded.decodeTo(in,_baseParameters,encoding,content_length < 0?maxFormContentSize:-1,maxFormKe… in extractParameters()
12 maxFormContentSize: The maximum content size key
309 + 397130 maxFormContentSize set in jetty.xml is ignored354 + 397130 maxFormContentSize set in jetty.xml is ignored3573 + Added Server attribute org.mortbay.jetty.Request.maxFormContentSize
META-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...