My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 159: Should append latitude,longitude,altitude,radius parameters to existing custom URL that contains parameters
2 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by jeryl.c...@vanity-soft.com, Oct 14, 2014
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=72.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.

Nov 19, 2014
#1 twoenc...@gmail.com
I fixed this and would like to push it to a branch.

Powered by Google Project Hosting