|
From: <pe...@us...> - 2003-12-15 14:38:21
|
Update of /cvsroot/neuclear/neuclear-signer In directory sc8-pr-cvs1:/tmp/cvs-serv5275 Modified Files: project.properties project.xml Log Message: Added EnsureHostRequestFilter to commons, to only allow requests from a particular IP Added a method to optionally show the passphrase box in the SigningServlet. As the default SigningServlet is intended to be used with a gui passphrase agent, we dont want to display it. The DemoSigningServlet does display the dialogue. Added the new neuclear-signer package, which is a standalone web signer using Jetty. The project runs when built with "maven javaapp". More testing needs to be done as well as a startup wizard. Index: project.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-signer/project.properties,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** project.properties 15 Dec 2003 13:37:23 -0000 1.1.1.1 --- project.properties 15 Dec 2003 14:38:18 -0000 1.2 *************** *** 13,14 **** --- 13,17 ---- maven.repo.central = neuclear.org maven.repo.central.directory = /home/sites/neuclear.org/public_html/maven + + maven.javaapp.mainclass = org.neuclear.signers.standalone.StandaloneSigner + maven.javaapp.jar.exclude= Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-signer/project.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** project.xml 15 Dec 2003 13:37:23 -0000 1.1.1.1 --- project.xml 15 Dec 2003 14:38:18 -0000 1.2 *************** *** 4,8 **** <name>NeuClear Identity Personal Signer</name> <id>neuclear-signer</id> ! <currentVersion>0.1-SNAPSHOT</currentVersion> <inceptionYear>2003</inceptionYear> <package>org.neuclear.signers.standalone</package> --- 4,8 ---- <name>NeuClear Identity Personal Signer</name> <id>neuclear-signer</id> ! <currentVersion>0.8.1-SNAPSHOT</currentVersion> <inceptionYear>2003</inceptionYear> <package>org.neuclear.signers.standalone</package> *************** *** 17,21 **** </description> ! <url>http://neuclear.org/id/</url> <repository> <connection> --- 17,21 ---- </description> ! <url>http://neuclear.org/signer/</url> <repository> <connection> *************** *** 85,89 **** </properties> </dependency> ! <dependency> <id>dom4j</id> --- 85,94 ---- </properties> </dependency> ! <dependency> ! <id>jetty</id> ! <name>jetty</name> ! <version>4.2.14</version> ! <jar>org.mortbay.jetty-4.2.14.jar</jar> ! </dependency> <dependency> <id>dom4j</id> |