gkopff / crowd-control

A simple wrapper around the Atlassian Crowd REST API for authenticating against a Crowd server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If an unknown application name is used, the response is not a JSON object, but a single string.

gkopff opened this issue · comments

commented

If an unknown application name is used, the response is not a JSON object, but a single string. The library then is unable to deserialise the response into an object (failing with a GSON parsing exception).