diff options
author | godzilla80@gmx.net <> | 2010-05-18 08:15:21 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-05-18 08:15:21 +0000 |
commit | a121c33a35e2f729d6f7633515ea78073f381039 (patch) | |
tree | 8b40ac56781acc24d3af928c071d3fa139aeb72b /HISTORY | |
parent | eaf5175de51166bfc8e192ade2cb26548c056e7c (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-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |