You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Svein Otto Solem (JIRA)" <ji...@apache.org> on 2016/10/31 08:31:58 UTC

[jira] [Created] (CXF-7115) Issuer in TokenIntrospection should be quoted in JSON

Svein Otto Solem created CXF-7115:
-------------------------------------

             Summary: Issuer in TokenIntrospection should be quoted in JSON
                 Key: CXF-7115
                 URL: https://issues.apache.org/jira/browse/CXF-7115
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS Security
    Affects Versions: 3.1.8
            Reporter: Svein Otto Solem
            Priority: Trivial


See line 118 in OauthJSONProvider :
appendJsonPair(sb, "iss", obj.getIss(), false);

it should be 
appendJsonPair(sb, "iss", obj.getIss(), true );

in my opinion since the issuer typically is a uri.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)