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 ka...@apache.org on 2007/06/04 08:20:05 UTC

svn commit: r544064 - /webservices/axis2/trunk/c/neethi/include/rp_defines.h

Author: kaushalye
Date: Sun Jun  3 23:20:05 2007
New Revision: 544064

URL: http://svn.apache.org/viewvc?view=rev&rev=544064
Log:
Replay detection is now based on message count. Using a more meaningful name for the policy assertion.

Modified:
    webservices/axis2/trunk/c/neethi/include/rp_defines.h

Modified: webservices/axis2/trunk/c/neethi/include/rp_defines.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/include/rp_defines.h?view=diff&rev=544064&r1=544063&r2=544064
==============================================================================
--- webservices/axis2/trunk/c/neethi/include/rp_defines.h (original)
+++ webservices/axis2/trunk/c/neethi/include/rp_defines.h Sun Jun  3 23:20:05 2007
@@ -199,7 +199,7 @@
 #define RP_CERTIFICATE "Certificate"
 #define RP_PRIVATE_KEY "PrivateKey"
 #define RP_TIME_TO_LIVE "TimeToLive"
-#define RP_RD "ReplayDetectionTimeFrame"    
+#define RP_RD "ReplayDetection"    
 
 #define RP_SP_NS "http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
 #define RP_SECURITY_NS "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"



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