forked from I2P_Developers/i2p.i2p
Blinding:
- Fix bugs with lookup password - Log tweaks
This commit is contained in:
@@ -523,7 +523,7 @@
|
||||
java.util.List<String> clientAuths = editBean.getClientAuths(curTunnel, dhClient);
|
||||
if (!clientAuths.isEmpty()) {
|
||||
%>
|
||||
<tr><td><b><%=intl._t("Revoke?")%> <%=intl._t("Client Name")%></b></td><td><b><%=intl._t("Client Key")%></b></td></tr>
|
||||
<tr><td><b><%=intl._t("Revoke")%> <%=intl._t("Client Name")%></b></td><td><b><%=intl._t("Client Key")%></b></td></tr>
|
||||
<%
|
||||
int i = 0;
|
||||
for (String clientAuth : clientAuths) {
|
||||
@@ -552,7 +552,7 @@
|
||||
} // for
|
||||
} // isEmpty
|
||||
%>
|
||||
<tr><td><b><%=intl._t("Add?")%> <%=intl._t("Client Name")%></b></td><td>
|
||||
<tr><td><b><%=intl._t("Add")%> <%=intl._t("Client Name")%></b></td><td>
|
||||
<%
|
||||
if (dhClient) {
|
||||
%>
|
||||
|
||||
@@ -153,8 +153,8 @@ public class ConfigKeyringHandler extends FormHandler {
|
||||
bdout = new BlindData(_context, spk, blindType, _secret, atype, pk);
|
||||
}
|
||||
if (bdold != null) {
|
||||
// debug
|
||||
addFormNotice("already cached: " + bdold);
|
||||
if (_log.shouldDebug())
|
||||
_log.debug("already cached: " + bdold);
|
||||
}
|
||||
try {
|
||||
_context.netDb().setBlindData(bdout);
|
||||
|
||||
Reference in New Issue
Block a user