bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Case-sensitive error with bulklookup #649

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://bie.ala.org.au/ws/species/lookup/bulk

If I POST this input (via apikitchen), all works as expected:

{"names":["Grevillea"],"vernacular":false}

However, lower-case input gives a 400 error ("Format of input incorrect: null"):

{"names":["grevillea"],"vernacular":false}

Seems to happen when any input name is a single-word name that does not begin 
with an uppercase letter. Two-word names (even if both lower case) seem fine.

Original issue reported on code.google.com by antarcti...@gmail.com on 24 Apr 2014 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by moyesyside on 24 Apr 2014 at 8:52

GoogleCodeExporter commented 9 years ago
Fix has been checked in. We will need to release it at some point.

Original comment by natasha....@csiro.au on 28 Apr 2014 at 4:52

GoogleCodeExporter commented 9 years ago
Fixed. 

Original comment by natasha....@csiro.au on 28 Apr 2014 at 6:04

GoogleCodeExporter commented 9 years ago
http://apikitchen.com/#hRahk

Original comment by moyesyside on 28 Apr 2014 at 8:28