* Issue #6268 Log max form size exceeded msg. Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
cfcb2efa80
commit
b0cd198b1b
|
@ -448,6 +448,7 @@ public class Request implements HttpServletRequest
|
|||
}
|
||||
catch (IllegalStateException | IllegalArgumentException e)
|
||||
{
|
||||
LOG.warn(e.toString());
|
||||
throw new BadMessageException("Unable to parse form content", e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue