You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/03/01 20:24:45 UTC

[jira] [Closed] (OFBIZ-9224) 16.11 ofbizUrl include host+port and break some reverse-proxy / docker setups

     [ https://issues.apache.org/jira/browse/OFBIZ-9224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-9224.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 16.11.02

Fixed at r1785014, for more information see OFBIZ-9206

> 16.11 ofbizUrl include host+port and break some reverse-proxy / docker setups
> -----------------------------------------------------------------------------
>
>                 Key: OFBIZ-9224
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9224
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 16.11
>            Reporter: Leonard Lin
>            Assignee: Jacques Le Roux
>             Fix For: 16.11.02
>
>
> OFBiz 16.11 has changed how it generates urls in its templates.
> It sometimes includes hostname+port.
> This can be reproduced on the official ofbiz-demo site:
> Go to http://ofbiz.apache.org/
> - Open the Ofbiz 13.07 Demo (Management Apps)
> - - it will auto-login for your, do a logout so that you can see the login-mask
> - - look at the HTML code and look for the form-post url etc. You can see that none of the URLs include hostname:port. They are all "/url/path"
> - Open the Ofbiz 16.11 Demo (Management Apps)
> - - it will auto-login for your, do a logout so that you can see the login-mask
> - - look at the HTML code and look for the form-post url etc.
> - - the post-urls and login-links have format: https://hostname:port/url/path
> The new 16.11 behaviour can cause problems in cluster / reverse-proxy setups where actual host:port does not match public host:port 
> Before 16.11 this was not an issue because all links were without hostname:port. But now the login masks loads but the subsequent links all show the wrong port.
> url.properties does control port/hostname but preferably we wouldn't need to configure it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)