]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/FindAgentAccess.java
upd: use a more strict pattern for handling forms
[gigi.git] / src / org / cacert / gigi / pages / account / FindAgentAccess.java
index 98ee3ae35d0a6f156da8bc8577ac340c585e88c5..0728cdd4e221943fb7779d2157bccd5ea7b1a44d 100644 (file)
@@ -27,7 +27,7 @@ public class FindAgentAccess extends Form {
     private static final Template t = new Template(ChangePasswordPage.class.getResource("FindAgentAccess.templ"));
 
     @Override
-    public boolean submit(PrintWriter out, HttpServletRequest req) throws GigiApiException {
+    public boolean submit(HttpServletRequest req) throws GigiApiException {
         String nv = req.getParameter("new-val");
         if (nv == null) {
             return false;