From 42df6f47862c2f1495ded49f758dbc46f9d9e930 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 4 May 2006 20:00:46 +0000 Subject: Merge from 3.0 branch till 1023. --- UPGRADE | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UPGRADE') diff --git a/UPGRADE b/UPGRADE index 5fa4fab5..2cbf3355 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