Doh sorry. On Fri, Sep 29, 2006 at 01:17:36PM +0100, toad wrote: > WTF? What was wrong with my way, exactly? > > On Fri, Sep 29, 2006 at 06:16:51AM +0000, volodya at freenetproject.org wrote: > > Author: volodya > > Date: 2006-09-29 06:16:47 +0000 (Fri, 29 Sep 2006) > > New Revision: 10558 > > > > Modified: > > trunk/freenet/src/freenet/keys/FreenetURI.java > > Log: > > Fixed the problem with SSK inserts > > > > Modified: trunk/freenet/src/freenet/keys/FreenetURI.java > > =================================================================== > > --- trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-28 22:49:31 UTC > > (rev 10557) > > +++ trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-29 06:16:47 UTC > > (rev 10558) > > @@ -752,7 +752,7 @@ > > } > > > > public void checkInsertURI() throws InserterException { > > - if(metaStr != null && metaStr.length > 0) > > + if(this.keyType.equalsIgnoreCase("KSK") && metaStr != null && > > metaStr.length > 0) > > throw new > > InserterException(InserterException.META_STRINGS_NOT_SUPPORTED,this); > > }
> _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20060929/da4cbda1/attachment.pgp>