makes CC module work via HTTPS

This commit is contained in:
Oliver Goldschmidt
2014-09-16 13:28:30 +02:00
parent 1c0bce9cab
commit 7ffb5c41d2
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@
<%-- <iframe src="http://creativecommons.org/license/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL) %>&exit_url=<%= java.net.URLEncoder.encode(exitURL) %>" width="100%" height="540">Your browser must support IFrames to use this feature <%-- <iframe src="http://creativecommons.org/license/?partner=dspace&stylesheet=<%= java.net.URLEncoder.encode(ssURL) %>&exit_url=<%= java.net.URLEncoder.encode(exitURL) %>" width="100%" height="540">Your browser must support IFrames to use this feature
</iframe> --%> </iframe> --%>
<iframe src="http://creativecommons.org/license/?partner=dspace&amp;stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&amp;exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540"><fmt:message key="jsp.submit.creative-commons.info3"/> <iframe src="https://creativecommons.org/choose/?partner=dspace&amp;stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&amp;exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540"><fmt:message key="jsp.submit.creative-commons.info3"/>
</iframe> </iframe>
<%-- Hidden fields needed for SubmissionController servlet to know which step is next--%> <%-- Hidden fields needed for SubmissionController servlet to know which step is next--%>

View File

@@ -56,7 +56,7 @@
<td> <td>
<h1><fmt:message key="jsp.tools.creative-commons-edit.heading1"/></h1> <h1><fmt:message key="jsp.tools.creative-commons-edit.heading1"/></h1>
<form name="ccform" id="license_form" action="" method="get"> <form name="ccform" id="license_form" action="" method="get">
<iframe src="http://creativecommons.org/license/?partner=dspace&amp;stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&amp;exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540">Your browser must support IFrames to use this feature <iframe src="https://creativecommons.org/choose/?partner=dspace&amp;stylesheet=<%= java.net.URLEncoder.encode(ssURL, "UTF-8") %>&amp;exit_url=<%= java.net.URLEncoder.encode(exitURL, "UTF-8") %><%= jurisdiction %>" width="100%" height="540">Your browser must support IFrames to use this feature
</iframe> </iframe>
<input type="hidden" name="item_id" value='<%=request.getParameter("item_id")%>' /> <input type="hidden" name="item_id" value='<%=request.getParameter("item_id")%>' />