On Mon, Nov 17, 2008 at 3:53 PM, David 'Bombe' Roden <bombe at pterodactylus.net> wrote: > In plugins/WoT/Identity.java the function getIdFromURI (line 277) says it > returns the routing key of a FreenetURI but it extracts the part between the > two commas. Isn't that the crypto key?
It should use Base64.encode(uri.getRoutingKey()) > > > Bombe > > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl >
