You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. When updating custom datasource to:
http://myapi.com/rest/v1/public/events?format=mix
2. Mixare sends:
..../events?format=mixare?latitude=38.89965711&longitude=-77.02150975&altitude=7
2.0&radius=20.0
3.
What is the expected output? What do you see instead?
The code should be updated to detect if parameters already exist,in the URL, if
they do use '&', instead of always '?"
results should be:
/events?format=mixare&latitude=38.89965711&longitude=-77.02150975&altitude=72.0&
radius=20.0
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 14 Oct 2014 at 6:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Oct 2014 at 6:32The text was updated successfully, but these errors were encountered: