|
From: Patrick Y. <kc...@ce...> - 2003-06-02 02:47:04
|
Thanks for pointing it out. We have fixed this bug as you suggested. Regards, -Patrick Joris Van den Bogaert wrote: >In the method [ApacheXMLDSigner].verify() verifying the certificate chain: > > CertPathVerifier.verify(certs, trusted); > >Shouldn't this be: > > ret = CertPathVerifier.verify(certs, trusted); > > >Cheers, >Joris > >__________________________________ >Do you Yahoo!? >Yahoo! Calendar - Free online calendar with sync to Outlook(TM). >http://calendar.yahoo.com > > >------------------------------------------------------- >This SF.net email is sponsored by: eBay >Get office equipment for less on eBay! >http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 >_______________________________________________ >ebxmlms-develop mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > > |