You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/10/29 14:21:13 UTC

svn commit: r468901 - in /webservices/axis2/branches/java/1_1/modules/samples/security/policy: build.xml sample04/services.xml

Author: ruchithf
Date: Sun Oct 29 05:21:12 2006
New Revision: 468901

URL: http://svn.apache.org/viewvc?view=rev&rev=468901
Log:
cleaning up the token-canceler-config of the sample04/services.xml and setting the client post of the samples to 8080

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml?view=diff&rev=468901&r1=468900&r2=468901
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml Sun Oct 29 05:21:12 2006
@@ -10,7 +10,7 @@
 	<property name="rampart.mar" value="rampart-1.1-SNAPSHOT.mar"/>
 	<property name="rahas.mar" value="rahas-1.1-SNAPSHOT.mar"/>
 
-	<property name="client.port" value="9080"/>
+	<property name="client.port" value="8080"/>
 	<property name="server.port" value="8080"/>
 	
 	<property name="sample.services.url" value="http://localhost:${client.port}/axis2/services"/>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml?view=diff&rev=468901&r1=468900&r2=468901
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/sample04/services.xml Sun Oct 29 05:21:12 2006
@@ -236,9 +236,7 @@
 	
 	<parameter name="token-canceler-config">
 		<token-canceler-config>
-			<!--<proofToken>EncryptedKey</proofToken>-->
-			<!--<cryptoProperties>sctIssuer.properties</cryptoProperties>-->
-			<!--<addRequestedAttachedRef />-->
+
 		</token-canceler-config>
     </parameter>
 	



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