|
From: <pe...@us...> - 2003-12-14 20:52:58
|
Update of /cvsroot/neuclear/neuclear-commons
In directory sc8-pr-cvs1:/tmp/cvs-serv18566
Modified Files:
project.xml
Log Message:
Added ServletPassPhraseAgent which uses ThreadLocal to transfer the passphrase to the signer.
Added ServletSignerFactory, which builds Signers for use within servlets based on parameters in the Servlets
Init parameters in web.xml
Updated SQLContext to use ThreadLocal
Added jakarta cactus unit tests to neuclear-commons to test the 2 new features above.
Added use of the new features in neuclear-commons to the servilets within neuclear-id and added
configuration parameters in web.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-commons/project.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** project.xml 11 Dec 2003 23:56:28 -0000 1.16
--- project.xml 14 Dec 2003 20:52:55 -0000 1.17
***************
*** 4,8 ****
<name>NeuClear Commons</name>
<id>neuclear-commons</id>
! <currentVersion>0.5</currentVersion>
<inceptionYear>2003</inceptionYear>
<package>org.neuclear.commons</package>
--- 4,8 ----
<name>NeuClear Commons</name>
<id>neuclear-commons</id>
! <currentVersion>0.5.1-SNAPSHOT</currentVersion>
<inceptionYear>2003</inceptionYear>
<package>org.neuclear.commons</package>
|