diff options
author | xue <> | 2006-05-03 18:40:21 +0000 |
---|---|---|
committer | xue <> | 2006-05-03 18:40:21 +0000 |
commit | 641826266aff9d816c8e61569be5ec9d67f7cc89 (patch) | |
tree | 43b5526271174fe2ab9ce537461e1646c59212c4 /demos/quickstart/protected/application.xml | |
parent | 4c2920064d561701016476b91ce28813e2368270 (diff) |
Fixed#151 - added sanity check GET parameters in constructUrl()
Diffstat (limited to 'demos/quickstart/protected/application.xml')
-rw-r--r-- | demos/quickstart/protected/application.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index cd6dd01e..18eed91e 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -10,6 +10,7 @@ <route class="TFileLogRoute" />
</module>
-->
+ <module class="THttpRequest" UrlFormat="Path" />
</modules>
<paths>
<using namespace="Application.controls.*" />
|