]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/Gigi.java
add: granting and revoking groups by supporters
[gigi.git] / src / org / cacert / gigi / Gigi.java
index 209175ab157fe4b8b3ed569f7c246579423341c8..c83cb640d16226a1c0e3e6a592454c017e93d6d3 100644 (file)
@@ -68,7 +68,7 @@ import org.cacert.gigi.ping.PingerDaemon;
 import org.cacert.gigi.util.AuthorizationContext;
 import org.cacert.gigi.util.ServerConstants;
 
-public class Gigi extends HttpServlet {
+public final class Gigi extends HttpServlet {
 
     private class MenuBuilder {
 
@@ -156,13 +156,6 @@ public class Gigi extends HttpServlet {
             putPage(UserTrainings.SUPPORT_PATH, new UserTrainings(true), null);
 
             putPage(PasswordResetPage.PATH, new PasswordResetPage(), null);
-            putPage("/dbs", new Page("Database set") {
-
-                @Override
-                public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
-                    DatabaseConnection.getInstance().lockedStatements(resp.getWriter());
-                }
-            }, "Database set");
 
             if (testing) {
                 try {