|
From: Pelle B. <pe...@us...> - 2004-03-22 20:20:08
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/signers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11947/src/java/org/neuclear/id/signers Modified Files: SigningServlet.java Log Message: Added simple ledger for unit testing and in memory use Index: SigningServlet.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/signers/SigningServlet.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SigningServlet.java 3 Mar 2004 23:26:43 -0000 1.2 --- SigningServlet.java 22 Mar 2004 20:09:47 -0000 1.3 *************** *** 2,5 **** --- 2,8 ---- * $Id$ * $Log$ + * Revision 1.3 2004/03/22 20:09:47 pelle + * Added simple ledger for unit testing and in memory use + * * Revision 1.2 2004/03/03 23:26:43 pelle * Updated various tests to use the AbstractObjectCreationTest *************** *** 105,109 **** * * Revision 1.12 2003/11/18 00:01:55 pelle ! * The sample signing web application for logging in and out is now working. * There had been an issue in the canonicalizer when dealing with the embedded object of the SignatureRequest object. * --- 108,112 ---- * * Revision 1.12 2003/11/18 00:01:55 pelle ! * The simple signing web application for logging in and out is now working. * There had been an issue in the canonicalizer when dealing with the embedded object of the SignatureRequest object. * |