You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Leonard Lin (JIRA)" <ji...@apache.org> on 2017/02/20 19:10:44 UTC

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

Leonard Lin created OFBIZ-9224:
----------------------------------

             Summary: 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


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)