enable osapi.endpoints to support both http and https
-----------------------------------------------------
Key: SHINDIG-1582
URL: https://issues.apache.org/jira/browse/SHINDIG-1582
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: 3.0.0
Reporter: li xu
Fix For: 3.0.0
We have to manually configure following property to enable Shindig to support
"https" request.
"osapi" : {
// The endpoints to query for available JSONRPC/REST services
"endPoints" : [ "http://%host%${CONTEXT_ROOT}/rpc" ]
},
By default, it's "http".
It should be able to allow http and https request at the sametime.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira