-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.5 GA, 6.0.12 EE, 6.1.0 CE RC1
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: Dev Tools, Dev Tools > Plugins SDK
-
Labels:
-
Environment:All
-
Liferay Contributor's Agreement:Accept
To reproduce.
From a ssl secured liferay installation execute the following javascript
<script type="text/javascript>
var myurl = Liferay.PortletURL.createRenderURL();
alert(myurl );
</script>
The url returned will be a http url.
I would expect it to be a https url