[ 
https://jira.nuxeo.com/browse/NXP-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stéphane Lacoin updated NXP-4452:
---------------------------------

    Status: Open  (was: Triage)

> OpenSocial not working with HTTPS
> ---------------------------------
>
>                 Key: NXP-4452
>                 URL: https://jira.nuxeo.com/browse/NXP-4452
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Dashboard / OpenSocial
>    Affects Versions: 5.3 GA
>            Reporter: Sébastien PRUD'HOMME
>            Assignee: Thierry Delprat
>
> After trying to make OpenSocial dashboard work with my HTTPS Nuxeo server, 
> found that  HTTP mode is hard-coded in source code:
>  
> nuxeo-features/nuxeo-opensocial/nuxeo-opensocial-container-space-config/src/main/java/org/nuxeo/opensocial/container/factory/utils/ServerBase.java:
>  
> private static final String HTTP = "http://";;
> nuxeo-features/nuxeo-opensocial/nuxeo-opensocial-dashboard/src/main/java/org/nuxeo/opensocial/dashboard/Dashboard.java:
>        
> return "http://"; + host + ":" + port + "/";
> nuxeo-features/nuxeo-opensocial/nuxeo-opensocial-gadgets-core/src/main/java/org/nuxeo/opensocial/gadgets/service/GadgetServiceImpl.java:
>  
> private static final String HTTP = "http://";;
> Should be easy to add this new parameters to handle that probem:
> gadgets.mode (http or https )
> lmportal.deploy.mode (http or https )
> (Or better : replace all gadgets.* stuff by gadgets.url, same for 
> lmportal.deploy.* replaced by lmportal.deploy.url)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to