Bug #2173
All exceptions thrown in class Z2JupiterTestServlet should be logged
Start date:
07.03.2024
Due date:
% Done:
0%
Estimated time:
origin:
Description
In class Z2JupiterTestServlet#service, only IllegalArgumentExceptions are being caught and therefore also logged.
Other exceptions are just "thrown away".
We should change that, so also other exceptions show up in the log, if it happens.