forked from I2P_Developers/i2p.i2p
Console: Catch ISE in get/setAttribute() (ticket #1529)
This commit is contained in:
@ -10,7 +10,8 @@
|
||||
*/
|
||||
|
||||
// This initializes the RouterContext - must be the first thing
|
||||
formhandler.setContextId((String)session.getAttribute("i2p.contextId"));
|
||||
// i2pcontextId set in css.jsi
|
||||
formhandler.setContextId(i2pcontextId);
|
||||
|
||||
// Prevents any saves via GET
|
||||
formhandler.storeMethod(request.getMethod());
|
||||
|
Reference in New Issue
Block a user