rundeck / rundeck-api-java-client

Java client for the Rundeck REST API
http://rundeck.github.com/rundeck-api-java-client
Apache License 2.0
13 stars 17 forks source link

Fix API v11 response issues #17

Closed gschueler closed 10 years ago

gschueler commented 10 years ago

Expected API v11 responses do not have <result> element, but Rundeck 2.3.x and earlier sometimes include the element when it should not.

This fix handles these incorrect responses.