summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2010-05-18 08:15:21 +0000
committergodzilla80@gmx.net <>2010-05-18 08:15:21 +0000
commita121c33a35e2f729d6f7633515ea78073f381039 (patch)
tree8b40ac56781acc24d3af928c071d3fa139aeb72b /HISTORY
parenteaf5175de51166bfc8e192ade2cb26548c056e7c (diff)
Add property SecureConnection to TUrlMappingPattern and related enum TUrlMappingPatternSecureConnection to make it possible to to define wether to use http or https on pattern level
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7aff6b91..6a6169fd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -16,6 +16,7 @@ NEW: Beta of master/slave senario solution (Yves)
ENH: Update TDraggable::revert property to accept "failure" value (Christophe)
BUG: Issue#246: TQueue::peek returns the top not the bottom (Christophe)
CHG/ENH: Change behavior of THttpRequest::getBaseUrl() & THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https (Yves)
+EHN: Add property SecureConnection to TUrlMappingPattern and related enum TUrlMappingPatternSecureConnection to make it possible to to define wether to use http or https on pattern level (Yves)
Version 3.1.7 February 22, 2010
ENH: Issue#24 - Specify needed fields on demand (Yves)