You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by co...@apache.org on 2008/09/24 19:03:28 UTC

svn commit: r698656 - in /webservices/wss4j/trunk: README.txt lib/xmlsec-1.4.0.jar lib/xmlsec-1.4.1.jar pom.xml

Author: coheigea
Date: Wed Sep 24 10:03:28 2008
New Revision: 698656

URL: http://svn.apache.org/viewvc?rev=698656&view=rev
Log:
[WSS-128] - Reverting to xmlsec 1.4.0
 - When testing the latest snapshot with CXF I noticed that the SOAP body was being encrypted ok,
   but the original text was left in the message. This is caused by:

   https://issues.apache.org/bugzilla/show_bug.cgi?id=42886

 - We're going to have to either stick with 1.4.0 or get 1.4.2 working for the next release.


Added:
    webservices/wss4j/trunk/lib/xmlsec-1.4.0.jar   (with props)
Removed:
    webservices/wss4j/trunk/lib/xmlsec-1.4.1.jar
Modified:
    webservices/wss4j/trunk/README.txt
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/README.txt
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/README.txt?rev=698656&r1=698655&r2=698656&view=diff
==============================================================================
--- webservices/wss4j/trunk/README.txt (original)
+++ webservices/wss4j/trunk/README.txt Wed Sep 24 10:03:28 2008
@@ -203,7 +203,7 @@
    
     See: http://xml.apache.org/xalan-j/
    
-xmlsec-1.4.1.jar
+xmlsec-1.4.0.jar
     This library implements the XML-Signature Syntax and Processing and
     the XML Encryption Syntax and Processing specifications of the W3C. Thus
     they form one of the base foundations of WSS4J.  

Added: webservices/wss4j/trunk/lib/xmlsec-1.4.0.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/lib/xmlsec-1.4.0.jar?rev=698656&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/wss4j/trunk/lib/xmlsec-1.4.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=698656&r1=698655&r2=698656&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Sep 24 10:03:28 2008
@@ -317,7 +317,7 @@
 
 	</profiles>
 	<properties>
-		<xmlsec.version>1.4.1</xmlsec.version>
+		<xmlsec.version>1.4.0</xmlsec.version>
 		<opensaml.version>1.1</opensaml.version>
 		<xml.apis.version>1.3.03</xml.apis.version>
 		<bcprov.jdk13.version>132</bcprov.jdk13.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org