Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Jan Bartel 2021-05-25 15:39:42 +10:00
commit 68f8636d7d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}