[
https://issues.apache.org/jira/browse/CXF-3576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045788#comment-13045788
]
Christian Schneider commented on CXF-3576:
------------------------------------------
Hi Oli. This is no ordinary patch file. How do I apply this?
> Potential overflow for lifetime calculation in STSClient
> --------------------------------------------------------
>
> Key: CXF-3576
> URL: https://issues.apache.org/jira/browse/CXF-3576
> Project: CXF
> Issue Type: Bug
> Components: WS-* Components
> Affects Versions: 2.4
> Reporter: Oliver Wulff
> Fix For: 2.4.1
>
> Attachments: patch.diff
>
>
> This code performs integer multiply and then converts the result to a long:
> expirationTime.setTime(creationTime.getTime() + (ttl * 1000));
> Fix:
> expirationTime.setTime(creationTime.getTime() + (ttl * 1000L));
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira