forked from I2P_Developers/i2p.i2p
tweak
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
formhandler.storeMethod(request.getMethod());
|
formhandler.storeMethod(request.getMethod());
|
||||||
|
|
||||||
// Store the nonces for verification
|
// Store the nonces for verification
|
||||||
String klass = getClass().getName();
|
String klass = formhandler.getClass().getName();
|
||||||
String nonceAttr1 = klass + ".nonce";
|
String nonceAttr1 = klass + ".nonce";
|
||||||
String nonceAttr2 = nonceAttr1 + "Prev";
|
String nonceAttr2 = nonceAttr1 + "Prev";
|
||||||
String nonce1 = (String) session.getAttribute(nonceAttr1);
|
String nonce1 = (String) session.getAttribute(nonceAttr1);
|
||||||
|
Reference in New Issue
Block a user