Hi, I was just to deploy 16.11 version (moving up from 15) and noticed that the url-behaviour changed.
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 cases problems in my setup because I deploy ofbiz in a cluster / docker image where actual host:port do 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. I tried to look in the code for the change but couldn't figure it out. url.properties seems to control port/hostname but I prefer to to set it at all and keep the old behaviour. Is this a setting - change or an actual logic? Any help is greatly appreciated. Thanks Leonard
