From 7e889983906938101c4424cef6d8478b4c3aa51d Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 4 May 2006 18:23:37 +0000 Subject: 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/... --- UPGRADE | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UPGRADE') 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 ------------------------- -- cgit v1.2.3