[
https://issues.apache.org/jira/browse/OFBIZ-10669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727340#comment-16727340 ]
Pradeep Choudhary commented on OFBIZ-10669:
-------------------------------------------
Attaching patch for the mentioned issue.
As mentioned in the ticket description, 8080 appending in URL.
Explored around it. When we pass the flag fullPath='true' in Freemarker transform it appends the server's port in URL based on the website properties.
*Reason:*
When we call ofbizCatalogAltUrl with fillPath='true' flag, it appends the incorrect port for redirect URL, due to which user is unable to navigate on the product view page.
*Fixed*:
Removed fullPath flag from the transform in Order View page, redirect URL working as expected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)