This commit is contained in:
zzz
2012-10-20 22:52:11 +00:00
parent 68814e31e7
commit 49b2fbd2b0

View File

@ -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);