forked from I2P_Developers/i2p.i2p
Console: Catch ISE in get/setAttribute() (ticket #1529)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<%@include file="summary.jsi" %><h1><%=intl._t("Certificates")%></h1>
|
||||
<div class="main" id="certs">
|
||||
<jsp:useBean class="net.i2p.router.web.helpers.CertHelper" id="certhelper" scope="request" />
|
||||
<jsp:setProperty name="certhelper" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
|
||||
<jsp:setProperty name="certhelper" property="contextId" value="<%=i2pcontextId%>" />
|
||||
<% certhelper.storeWriter(out); %>
|
||||
<jsp:getProperty name="certhelper" property="summary" />
|
||||
</div></body></html>
|
||||
|
Reference in New Issue
Block a user