diff --git a/htroot/RemoteCrawl_p.html b/htroot/RemoteCrawl_p.html index f43855962..f077944f0 100644 --- a/htroot/RemoteCrawl_p.html +++ b/htroot/RemoteCrawl_p.html @@ -52,7 +52,7 @@ #{list}# - #[shortname]# + #[shortname]# #[RCount]# #[version]# #[ppm]# diff --git a/htroot/RemoteCrawl_p.java b/htroot/RemoteCrawl_p.java index 09ad581f7..bbdb9f0d7 100644 --- a/htroot/RemoteCrawl_p.java +++ b/htroot/RemoteCrawl_p.java @@ -114,8 +114,9 @@ public class RemoteCrawl_p { prop.put(STR_TABLE_LIST + conCount + "_dark", ((dark) ? 1 : 0) ); dark=!dark; String shortname = seed.get(Seed.NAME, "deadlink"); if (shortname.length() > 20) shortname = shortname.substring(0, 20) + "..."; + final String peeradr = seed.getPublicAddress(seed.getIPs().iterator().next()); prop.putHTML(STR_TABLE_LIST + conCount + "_shortname", shortname); - prop.putHTML(STR_TABLE_LIST + conCount + "_fullname", seed.get(Seed.NAME, "deadlink")); + prop.putHTML(STR_TABLE_LIST + conCount + "_peeraddress", peeradr); prop.put(STR_TABLE_LIST + conCount + "_age", seed.getAge()); String[] yv = yacyVersion.combined2prettyVersion(seed.get(Seed.VERSION, "0.1"), shortname); prop.putHTML(STR_TABLE_LIST + conCount + "_version", yv[0] + "/" + yv[1]); diff --git a/pom.xml b/pom.xml index 4a4c60d1c..623addb58 100644 --- a/pom.xml +++ b/pom.xml @@ -549,67 +549,67 @@ org.eclipse.jetty jetty-server - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-servlet - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-servlets - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-webapp - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-util - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-xml - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-http - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-security - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-io - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-continuation - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-jmx - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-proxy - 9.2.4.v20141103 + 9.2.6.v20141205 org.eclipse.jetty jetty-deploy - 9.2.4.v20141103 + 9.2.6.v20141205 org.bitlet