Open GoogleCodeExporter opened 9 years ago
Error is caused by line 34 in freemarker template file:
"template/jquery/head.ftl".
<#assign schema=...
Reason is that a call to getRequestURL() is not allowed in a portlet (see
javadoc for org.apache.struts2.portlet.servlet.PortletServletRequest).
I would suggest to use the getScheme() method as this seems to be OK in portlet
context.
As a workaround replace the line in the mentioned file by:
<#assign schema="http">
Original comment by marzl....@gmail.com
on 7 May 2013 at 8:36
Original issue reported on code.google.com by
pascal.gehring@gmail.com
on 19 Feb 2013 at 3:10Attachments: