diff options
author | godzilla80@gmx.net <> | 2010-05-23 06:42:54 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-05-23 06:42:54 +0000 |
commit | 0802beaf640fd56965ae87c606cd964e61c18f51 (patch) | |
tree | 1194c749131811f1b61cb3f7f4d8beff953a4cb7 /HISTORY | |
parent | cdb7ea5ccbda68b47d5fe5b41ec9f1fd450a9c83 (diff) |
add second parameter to THttpResponse::appendHeader whether the header should replace a previous similar header, or add a second header of the same type
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ 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) +EHN: Add second parameter to THttpResponse::appendHeader whether the header should replace a previous similar header, or add a second header of the same type (Yves) Version 3.1.7 February 22, 2010 ENH: Issue#24 - Specify needed fields on demand (Yves) |