untoldone / bloomapi

Create APIs out of public datasources
https://www.bloomapi.com/documentation/public-data
MIT License
89 stars 29 forks source link

Duplicate keys cause server crash #57

Closed untoldone closed 10 years ago

untoldone commented 10 years ago

For example

GET /api/search?limit=10&offset=0&&key1=last_name&op1=eq&value1=JACKSON&key2=first_name&op2=eq&value2=SCOTT&key1=middle_name&op1=eq&value1=BOB

note key1 is specified twice. This currently causes a server crash and should not.

untoldone commented 10 years ago

Fixed by 4655201