diff options
author | godzilla80@gmx.net <> | 2010-02-22 08:56:54 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-02-22 08:56:54 +0000 |
commit | f010032dde58e31afee0677d66b579b64a9b766a (patch) | |
tree | ba9ca539c78a8687244d1756a6b7a65a88cdf297 /HISTORY | |
parent | 17a29ce7e90fb28c9606342a803a7a5b7f3e16f3 (diff) |
Fixed Issues#113/195, but i decide to enable it manualy using the new introduced "CgiFix" property.
Since i'm not able to reproduce the problem and for example in my tests 'ORIG_SCRIPT_NAME' contains '/php/php-cgi.exe'
<module id="request" class="System.Web.THttpRequest" CgiFix="1" UrlManager="friendlyurl-manager" UrlFormat="Get"/>
Use 'ORIG_PATH_INFO'
CgiFix="1"
Return 'ORIG_SCRIPT_NAME' in getApplicationUrl()
CgiFix="2"
Or to enable both:
CgiFix="3"
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ENH: Issue#24 - Specify needed fields on demand (Yves) BUG: Issue#80 - Inconsistencies in TRegularExpressionValidator (Christophe) BUG: Issue#86 - THttpSession.CookieMode ignored / Session ID leak (Christophe) BUG: Issue#94 - DataGrid header/footer renderers unable to locate their parent grid in setData() method (Christophe) +BUG: Issue#113/195 - THttpRequest -> getPathInfo doesn't work on servers when cgi.fix_pathinfo=1 (Yves) BUG: Issue#151 - TTextBox fails to display inital line break (Yves) BUG: Issue#153 - Bug with calls like MyActiveRedorc->withText()->withUser()->find(...) and null result (Christophe) BUG: Issue#157 - Enabled does not work properly on TActiveRadioButton/CheckBoxList controls (Bradley, Carl) |