Comment 0 for bug 1553041

Revision history for this message
Neerja Narayan (n-neerja28) wrote :

Understanding the fact that v1.1 and v2 of have been released ,

I'm posting a bug related to v1.0,

Scenario:

1. Created a queue
2. Posted messages to the queue
3. Getting a set of messages from queue by passing invalid Message Id's

Steps to repro:

curl -i -X GET http://IP:8888/v1/queues/queue-name/messages?ids=Invalid-ID1,Invalid-ID2 -H "X-Auth-Token: $TOKEN" -H "Content-type: application/json" -H "Client-ID: $Client-ID"

Gives a 204 HTTP rc instead of 404

I am aware that this scenario has been corrected in the v1.1 and v2.0 i.e HTTP rc is 404.

I am posting a small deformity in the v1.0

Please let me know if I need to post the bugs that I face while using version v1.0 or should just post the bugs related to v1.1 and v2 which are much stable releases.

Thanks in advance!
:)