Issue Type: Bug Bug
Affects Versions: 0.7.0
Assignee: Daniel Bevenius
Components: SimplePush-server
Created: 07/Aug/13 3:22 PM
Description:

Currently, when registering a channel with the SimplePush server a relative endpoint url is returned. This is not spec compliant as the spec shows that the pushEndpoint should be an absolute URL.

This task should fix this and have an absolute URL returned. Keep in mind that that this must work in an environment like OpenShift.

We also need to verify that this does not have implications on the UnifiedPush Server as it currently takes a 'pushNetworkURL' as a parameter when registering the variant, as in:

curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"pushNetworkURL" : "https://localhost:7777/endpoint/"}' http://localhost:8080/ag-push/rest/applications/$1/simplePush
Fix Versions: 0.7.0
Project: AeroGear Push
Priority: Major Major
Reporter: Daniel Bevenius
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