Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There should be a way to timestamp only created time. Though timeToLive property is not available rampart is going to set default timeToLive property.
<snippet file="rampart_out_handler.c" line="249">
ttl_str = RAMPART_ACTIONS_GET_TIME_TO_LIVE(actions, env);
ttl = atoi(RAMPART_ACTIONS_GET_TIME_TO_LIVE(actions, env));
if (ttl <= 0)
timestamp_token = rampart_timestamp_token_create(env);
</snippet>
<wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsu:Created>2006-11-19T13:26:38Z</wsu:Created>
</wsu:Timestamp>
if user need to have only created time timestamp (as above). There should be a way to do that. I'm not sure weather there is a method already.