Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
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: Tools > Plugins SDK > Portlets
-
Labels:
-
Environment:All
-
Liferay Contributor's Agreement:Accept
-
Similar Issues:
Description
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

The one line fix