[WSS4J] wss4j/src/org/apache/ws/security WSSecurityEngine.java,1.30,1.31
[email protected] Wed, 14 Jan 2004 05:15:57 -0800
| Newsgroups | gmane.text.xml.wss4j |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/wss4j/wss4j/src/org/apache/ws/security In directory sc8-pr-cvs1:/tmp/cvs-serv25178/src/org/apache/ws/security Modified Files: WSSecurityEngine.java Log Message: Minor bug/fix from "Anderson Jonathan" <anderson_jonathan-Tu/[email protected]> Index: WSSecurityEngine.java =================================================================== RCS file: /cvsroot/wss4j/wss4j/src/org/apache/ws/security/WSSecurityEngine.java,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** WSSecurityEngine.java 22 Dec 2003 15:31:04 -0000 1.30 --- WSSecurityEngine.java 14 Jan 2004 13:15:54 -0000 1.31 *************** *** 143,147 **** static { org.apache.xml.security.Init.init(); ! String Id = "org.bouncycastle.jce.provider.BouncyCastleProvider"; if (java.security.Security.getProvider(Id) == null) { log.debug("The provider " + Id --- 143,147 ---- static { org.apache.xml.security.Init.init(); ! String Id = "BC"; if (java.security.Security.getProvider(Id) == null) { log.debug("The provider " + Id ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html