You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pradeep Choudhary (JIRA)" <ji...@apache.org> on 2018/12/22 10:46:00 UTC

[jira] [Commented] (OFBIZ-10669) Getting Insecure connection error while navigating from product link

    [ 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.

> Getting Insecure connection error while navigating from product link
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-10669
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10669
>             Project: OFBiz
>          Issue Type: Bug
>         Environment: https://demo-trunk.ofbiz.apache.org/ecommerce/control/processorder?checkoutpage=payment
>            Reporter: Archana Asthana
>            Assignee: Pradeep Choudhary
>            Priority: Major
>         Attachments: Error.png, OFBIZ-10669.patch, OrderViewPage.png
>
>
> Steps to Regenerate
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/processorder?checkoutpage=payment
> 2. Created Order with few products
> 3. Login by creating a new user
> 4. Submitted the order
> 5 Click the product link
> *Actual: *
> Error is thrown as demo-trunk.ofbiz.apache.org sent an invalid response.
> This site can’t provide a secure connection.
> The Url is changing to 8080 in the url
> When this value is removed and enter resubmit the url
> View Product page gets open
> The Image is attached for reference for both the screens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)