Encoded urls return empty results

Bug #1237591 reported by Malini Kamalambal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zaqar
Fix Released
Medium
Zhihao Yuan
Icehouse
Fix Released
Medium
Zhihao Yuan

Bug Description

The server is currently failing to treat %2c as a comma in the query string. Until this is corrected, frameworks which follow RFC3986 will be unable to use these API calls.

eg.
 curl -i -X GET https://test-queue.drivesrvr-dev.com/v1/queues/demonqueue/messages?ids=5255a7078357ea7f647ab658,5255a7078357ea7f647ab659s -H "Content-type: application/json" -H "X-Auth-Token: 5ff778e0fb5446e5bca9bc29330fc7b2" -H "X-Project-Id: 806067" -H "Client-ID: 8944d987-3114-11e3-9a19-28cfe91478b9" -H "Accept: application/json"
HTTP/1.1 200 OK

with encoded URL
curl -i -X GET https://test-queue.drivesrvr-dev.com/v1/queues/demonqueue/messages?ids=5255a7078357ea7f647ab658%2C5255a7078357ea7f647ab659s -H "Content-type: application/json" -H "X-Auth-Token: 5ff778e0fb5446e5bca9bc29330fc7b2" -H "X-Project-Id: 806067" -H "Client-ID: 8944d987-3114-11e3-9a19-28cfe91478b9" -H "Accept: application/json"
HTTP/1.1 204 OK

Zhihao Yuan (zyuan)
Changed in marconi:
assignee: nobody → Zhihao Yuan (zyuan)
status: New → Confirmed
Kurt Griffiths (kgriffs)
Changed in marconi:
importance: Undecided → Medium
Revision history for this message
Zhihao Yuan (zyuan) wrote :
Revision history for this message
Kurt Griffiths (kgriffs) wrote :

confirmed fixed

Changed in marconi:
status: Confirmed → Fix Committed
milestone: none → icehouse-2
Thierry Carrez (ttx)
Changed in marconi:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in marconi:
milestone: icehouse-2 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.