summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-05-04 18:23:37 +0000
committerxue <>2006-05-04 18:23:37 +0000
commit7e889983906938101c4424cef6d8478b4c3aa51d (patch)
treece99c14b92d4e417f9966b0ddadd6ea7b2561191 /UPGRADE
parent9b426cf539f69e7dae8d179c59b99c6a576a36d1 (diff)
URL format is modified when THttpRequest.UrlFormat=='Path'. This modification affects both the URLs generated by calling constructUrl() and the URLs understood by PRADO. In particular, PRADO now understands the following URL format:
/index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/... Previously, the above URL is written as: /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 8b89eb57..478da933 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -16,6 +16,13 @@ for both A and B.
Upgrading from v3.0.0
---------------------
+- URL format is modified when THttpRequest.UrlFormat=='Path'.
+ This modification affects both the URLs generated by calling constructUrl()
+ and the URLs understood by PRADO. In particular, PRADO now understands
+ the following URL format:
+ /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/...
+ In v3.0.0, the above URL is written as:
+ /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
Upgrading from v3.0.0 RC2
-------------------------