[
https://issues.apache.org/jira/browse/CXF-6984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Svein Otto Solem updated CXF-6984:
----------------------------------
Component/s: (was: Core)
JAX-RS Security
> OAuthJSonProvider mixes expirytime and issuer in writeTokenIntrospection.
> -------------------------------------------------------------------------
>
> Key: CXF-6984
> URL: https://issues.apache.org/jira/browse/CXF-6984
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS Security
> Affects Versions: 3.1.6
> Reporter: Svein Otto Solem
> Priority: Minor
>
> Checks that Issuer is nonnull but outputs expiry value instead of issuer.
> {code:title=org.apache.cxf.rs.security.oauth2.provider.OAuthJSONProvider.java|borderStyle=solid}
> // From line 116, version 3.1.6
> if (obj.getIss() != null) {
> sb.append(",");
> appendJsonPair(sb, "iss", obj.getExp(), false); // Wrong value, shoud be
> obj.getIss()
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)