diff --git a/apps/routerconsole/jsp/formhandler.jsi b/apps/routerconsole/jsp/formhandler.jsi index 99dfbb7cf..dc8c65b30 100644 --- a/apps/routerconsole/jsp/formhandler.jsi +++ b/apps/routerconsole/jsp/formhandler.jsi @@ -16,7 +16,7 @@ formhandler.storeMethod(request.getMethod()); // Store the nonces for verification - String klass = getClass().getName(); + String klass = formhandler.getClass().getName(); String nonceAttr1 = klass + ".nonce"; String nonceAttr2 = nonceAttr1 + "Prev"; String nonce1 = (String) session.getAttribute(nonceAttr1);