diff options
author | godzilla80@gmx.net <> | 2010-05-18 07:26:14 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-05-18 07:26:14 +0000 |
commit | eaf5175de51166bfc8e192ade2cb26548c056e7c (patch) | |
tree | 48c7e3876bfe30ad99ac18b2f34b9dc2de2a76f6 /UPGRADE | |
parent | 1f0f027fef528ca87a74cad8a12e4684adb6263b (diff) |
Change behavior of THttpRequest::getBaseUrl() & THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -9,6 +9,15 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to following the instructions for both A and B. +Upgrading from v3.1.7 +--------------------- +- behavior of THttpRequest::getBaseUrl() and THttpRequest::getAbsoluteApplicationUrl() changed: + null - keep current schema + true - force https + false - force http + relevance, only if invoking methods with explicit "false" + + Upgrading from v3.1.6 --------------------- - The different SQLMap cache engines (TSQLMapFifoCache, TSQLMapLRUCache, TSQLMapApplicationCache) doesn't |