
* Catch another oddball case for a reset connection in the streaming lib. * Add a dumpprofile.jsp page, called with ?peer=base64OfPeerHash, which dumps the current state of that peer's profile. Instead of the full base64, you can pass in however many characters you have and it will return the first match found.
5 lines
315 B
Plaintext
5 lines
315 B
Plaintext
<%@page contentType="text/plain"
|
|
%><jsp:useBean id="helper" class="net.i2p.router.web.StatHelper"
|
|
/><jsp:setProperty name="helper" property="peer" value="<%=request.getParameter("peer")%>"
|
|
/><jsp:setProperty name="helper" property="writer" value="<%=out%>"
|
|
/><jsp:getProperty name="helper" property="profile" /> |