typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Not handling ambiguous replies properly #97

Closed huntc closed 9 years ago

huntc commented 9 years ago

It appears that the http "ambiguous" status code is not handled properly:

[error] (*:conduct) com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Specified': was expecting ('true', 'false' or 'null')
[error]  at [Source: java.io.StringReader@2ec32cae; line: 1, column: 10]
huntc commented 9 years ago

@markusjura - can you please have a look at this given that you're going to be in there?

markusjura commented 9 years ago

Tactical Activities

markusjura commented 9 years ago

Fixed with PR #111.