Author: ffang
Date: Mon Aug 3 01:47:55 2009
New Revision: 800179
URL: http://svn.apache.org/viewvc?rev=800179&view=rev
Log:
[SM-1877]update wss4j to 1.5.8
Modified:
servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/handlers/security/WSSecurityHandler.java
servicemix/smx3/branches/servicemix-3.2/pom.xml
Modified:
servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/handlers/security/WSSecurityHandler.java
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/handlers/security/WSSecurityHandler.java?rev=800179&r1=800178&r2=800179&view=diff
==============================================================================
---
servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/handlers/security/WSSecurityHandler.java
(original)
+++
servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap/src/main/java/org/apache/servicemix/soap/handlers/security/WSSecurityHandler.java
Mon Aug 3 01:47:55 2009
@@ -123,7 +123,7 @@
try {
WSSecurityHandler handler =
WSSecurityHandler.getCurrentHandler();
lastPrincipalFound = verifyXMLSignature((Element) elem,
- crypto, returnCert, returnElements, null,
signatureValue, cb);
+ crypto, returnCert, returnElements, null,
signatureValue, cb, null);
if (lastPrincipalFound instanceof WSUsernameTokenPrincipal) {
WSUsernameTokenPrincipal p = (WSUsernameTokenPrincipal)
lastPrincipalFound;
handler.checkUser(p.getName(), p.getPassword());
Modified: servicemix/smx3/branches/servicemix-3.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/pom.xml?rev=800179&r1=800178&r2=800179&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/pom.xml Mon Aug 3 01:47:55 2009
@@ -1902,7 +1902,7 @@
<dependency>
<groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId>
- <version>1.5.5</version>
+ <version>1.5.8</version>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>