After debugging the Aerogear Android source code, it seems that inside the RestRunner class there is a method called getHttpProvider. The authorizedURL seems to have a question mark in the end. I suppose that there is a functionality which adds possible Query String parameters.
However I cannot explain why in your case the URL is correct or what's wrong in my Arquillian test case
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
After debugging the Aerogear Android source code, it seems that inside the RestRunner class there is a method called getHttpProvider. The authorizedURL seems to have a question mark in the end. I suppose that there is a functionality which adds possible Query String parameters.
However I cannot explain why in your case the URL is correct or what's wrong in my Arquillian test case
I have attached a screenshot, if that helps (https://issues.jboss.org/secure/attachment/12362731/aerogear_android_debug.png)