[wsf-c-dev] [jira] Resolved: (WSFPHP-292) Add replay detection support

Milinda Pathirage (JIRA) jira at wso2.org
Mon Jun 23 04:52:35 PDT 2008


     [ https://wso2.org/jira/browse/WSFPHP-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milinda Pathirage resolved WSFPHP-292.
--------------------------------------

    Resolution: Fixed

Fixed in current trunk.

> Add replay detection support
> ----------------------------
>
>                 Key: WSFPHP-292
>                 URL: https://wso2.org/jira/browse/WSFPHP-292
>             Project: WSO2 WSF/PHP
>          Issue Type: New Feature
>    Affects Versions: Current (nightly)
>         Environment: Any
>            Reporter: Nandika Jayawardana
>            Assignee: Milinda Pathirage
>             Fix For: 2.0.0
>
>
> Replay detection is done by storing a number of message specific properties like message id etc.When a message is received, rampart invokes a user implemented callback function with this message specific string as an argument, which will return true if the message is not a replayed one and return false if the message is a replayed message.
> The functionality of the callback function would be to match the string with the existing set of records, if a match is found, return false and if a match is not found, store the string and return true.
> bool replayDetectionCallback(string msg_string,[array userargs])
> So for the replay detection support, new option "replayDetectionCallback" will be added to the WSSecurityToken object. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Wsf-c-dev mailing list