Author: alessio.soldano(a)jboss.com
Date: 2007-11-07 15:17:58 -0500 (Wed, 07 Nov 2007)
New Revision: 5004
Modified:
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml
Log:
Modifying tests not to include token in the messages
Modified:
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml
===================================================================
---
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml 2007-11-07
20:15:20 UTC (rev 5003)
+++
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml 2007-11-07
20:17:58 UTC (rev 5004)
@@ -5,7 +5,7 @@
<config>
<timestamp ttl="300"/>
<sign type="x509v3" alias="1"
includeTimestamp="true"/>
- <encrypt type="x509v3" alias="bob"
algorithm="aes-256" keyWrapAlgorithm="rsa_oaep"/>
+ <encrypt type="x509v3" alias="bob"
algorithm="aes-256" keyWrapAlgorithm="rsa_oaep"
tokenReference="keyIdentifier"/>
<requires>
<signature/>
<encryption/>
Modified:
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml
===================================================================
---
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml 2007-11-07
20:15:20 UTC (rev 5003)
+++
stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml 2007-11-07
20:17:58 UTC (rev 5004)
@@ -11,7 +11,7 @@
<config>
<timestamp ttl="300"/>
<sign type="x509v3" alias="1"
includeTimestamp="true"/>
- <encrypt type="x509v3" alias="alice"
algorithm="aes-256" keyWrapAlgorithm="rsa_oaep"/>
+ <encrypt type="x509v3" alias="alice"
algorithm="aes-256" keyWrapAlgorithm="rsa_oaep"
tokenReference="keyIdentifier"/>
<requires>
<signature/>
<encryption/>