You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/03/01 13:42:21 UTC

svn propchange: r1784930 - svn:log

Author: jleroux
Revision: 1784930
Modified property: svn:log

Modified: svn:log at Wed Mar  1 13:42:21 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Mar  1 13:42:21 2017
@@ -10,7 +10,7 @@ port.https=8443
 by
 port.https=
 in url.properties (w/o SystemProperty) and did not face any issue but with 
-portOffset. This is due to the WebSiteProperties class works and there is also 
+portOffset. This is due to how the WebSiteProperties class works and there is also 
 an easy fix: don't add twice the portOffset when it's build from the request, 
 and only then. Keep it as is when it's build from a WebSite GenericValue. 
 We then trust the user and don't rely on the request.
@@ -18,4 +18,4 @@ We then trust the user and don't rely on
 I also removed the deprecated RequestHandler.getDefaultServerRootUrl()
 I think it was time...
 
-Thanks: Pierre Smits
+Thanks: Pierre Smits for report