Skip to content

Commit

Permalink
Issue #6268 Log max form size exceeded msg. (#6301)
Browse files Browse the repository at this point in the history
* Issue #6268 Log max form size exceeded msg.

Signed-off-by: Jan Bartel <[email protected]>
  • Loading branch information
janbartel authored May 25, 2021
1 parent 487e4e4 commit 6f148bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ private MultiMap<String> getParameters()
}
catch (IllegalStateException | IllegalArgumentException e)
{
LOG.warn(e.toString());
throw new BadMessageException("Unable to parse form content", e);
}
}
Expand Down

0 comments on commit 6f148bb

Please sign in to comment.