511512513514515516517518519520521
if (lMaxSize > 0) { final boolean bParam = (sFileName == null); is = new LimitInputStream(multipartStream, lMaxSize, true) { /** * @see nexj.core.util.LimitInputStream#throwLimitException() */ protected int throwLimitException() throws LimitIOException
794795796797798799800801802803804
{ int nSize = m_request.getContentLength(); if (nSize < 0) { return new LimitInputStream(m_request.getInputStream(), m_lMaxRequestSize, true); } if (nSize > m_lMaxRequestSize) { throw new RPCSizeException("err.rpc.requestSize",