|
From: <pe...@us...> - 2003-12-16 23:17:10
|
Update of /cvsroot/neuclear/neuclear-id In directory sc8-pr-cvs1:/tmp/cvs-serv31629 Modified Files: project.properties Log Message: Work done on the SigningServlet. The two phase web model is now only an option. Allowing much quicker signing, using the GuiDialogueAgent. The screen has also been cleaned up and displays the xml to be signed. The GuiDialogueAgent now optionally remembers passphrases and has a checkbox to support this. The PassPhraseAgent's now have a UserCancelsException, which allows the agent to tell the application if the user specifically cancels the signing process. Index: project.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/project.properties,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** project.properties 12 Dec 2003 21:13:17 -0000 1.24 --- project.properties 16 Dec 2003 23:17:07 -0000 1.25 *************** *** 2,6 **** # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- ! #maven.test.skip=true maven.compile.debug = on maven.compile.optimize = on --- 2,6 ---- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- ! maven.test.skip=true maven.compile.debug = on maven.compile.optimize = on |