Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.2, 1.6.3
-
latest stable Ubuntu, amd64, java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.2) (6b22-1.10.2-0ubuntu1~11.04.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
Description
running "mvn" to build latest stable CXF or latest trunk CXF yields the following build error:
Results :
Failed tests: testDigestPasswordUnauthorized(org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest): expected:<[Unauthorize]d> but was:<[The signature or decryption was invali]d>
Tests in error:
testSignedEncryptedPartsWithIncompleteCoverage(org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest): The signature or decryption was invalid
testSignedEncryptedPartsWithCompleteCoverage(org.apache.cxf.ws.security.wss4j.PolicyBasedWss4JInOutTest): The signature or decryption was invalid
testSignature(org.apache.cxf.ws.security.wss4j.RoundTripTest): The signature or decryption was invalid
testEncryptionPlusSig(org.apache.cxf.ws.security.wss4j.RoundTripTest): The signature or decryption was invalid
testUsernameToken(org.apache.cxf.ws.security.wss4j.RoundTripTest): The signature or decryption was invalid
testDigestPasswordAuthorized(org.apache.cxf.ws.security.wss4j.UserNameTokenAuthorizationTest): The signature or decryption was invalid
Tests run: 64, Failures: 1, Errors: 6, Skipped: 0