forked from I2P_Developers/i2p.i2p
Console: Catch ISE in get/setAttribute() (ticket #1529)
This commit is contained in:
@ -18,7 +18,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
<%@include file="summary.jsi" %>
|
||||
|
||||
<jsp:useBean class="net.i2p.router.web.helpers.ConfigClientsHelper" id="clientshelper" scope="request" />
|
||||
<jsp:setProperty name="clientshelper" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
|
||||
<jsp:setProperty name="clientshelper" property="contextId" value="<%=i2pcontextId%>" />
|
||||
<jsp:setProperty name="clientshelper" property="edit" value="<%=request.getParameter(\"edit\")%>" />
|
||||
<h1><%=intl._t("Plugin Configuration")%></h1>
|
||||
<div class="main" id="config_plugins">
|
||||
|
Reference in New Issue
Block a user