[
https://issues.apache.org/jira/browse/CXF-7731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473946#comment-16473946
]
Sergey Beryozkin commented on CXF-7731:
---------------------------------------
Though it is not ideal on the producer side. The problem is that all signWith()
variants return a String representation of the complete sequence, i.e, even if
the detached payload is required, the returned sequence will still include it,
so to get the sequence with the payload one needs to call
getJwsJsonPayload(detached = true) next - which is sub-optimal, and the
signWith(...) responses can not be used immediately which is inconsistent
compared to the case where the complete sequences are used...
Minor improvement is needed
> Update JWS JSON Producer/Comsumer to support detached payloads
> --------------------------------------------------------------
>
> Key: CXF-7731
> URL: https://issues.apache.org/jira/browse/CXF-7731
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS Security
> Reporter: Sergey Beryozkin
> Assignee: Sergey Beryozkin
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)