]> WPIA git - gigi.git/blobdiff - util-testing/org/cacert/gigi/pages/Manager.java
chg: Avoid dirtying the environment with Thread Interruption exceptions if nobody...
[gigi.git] / util-testing / org / cacert / gigi / pages / Manager.java
index 21b7e43218d907342d22480b52cd6332809fd7a8..f6de409b0c64eb65cb4c4fb2863701a29f4babd4 100644 (file)
@@ -352,9 +352,6 @@ public class Manager extends Page {
                 resp.getWriter().println("error");
             } catch (GigiApiException e) {
                 e.format(resp.getWriter(), Language.getInstance(Locale.ENGLISH));
-            } catch (InterruptedException e) {
-                e.printStackTrace();
-                resp.getWriter().println("interrupted");
             }
 
         } else if (req.getParameter("addExDom") != null) {