Console: Catch ISE in get/setAttribute() (ticket #1529)

This commit is contained in:
zzz
2018-07-28 19:03:01 +00:00
parent 63f0355680
commit b8437cd247
51 changed files with 113 additions and 64 deletions

View File

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