svn propchange: r1784930 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1784930 - svn:log

jleroux@apache.org
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