Comment 3 for bug 1165102

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to marconi (master)

Reviewed: https://review.openstack.org/36319
Committed: http://github.com/stackforge/marconi/commit/4dfa19d403d506fe5a199577f582005419d1a5d9
Submitter: Jenkins
Branch: master

commit 4dfa19d403d506fe5a199577f582005419d1a5d9
Author: kgriffs <email address hidden>
Date: Thu Jun 27 10:54:31 2013 -0500

    Fix route for bulk-get message by ID

    This patch includes the following changes:

    * /v1/queues/my-queue?ids=1,2,3 => /v1/queues/my-queue/messages?id=1,2,3
    * Update Location header to suite
    * Always return the same schema for location header, regardless of the
      number of messages POSTed.

    Change-Id: I4559222e8f4685af1020c2743c26de699aef30dd
    Fixes: bug #1194571
    Fixes: bug #1165102