Changeset 1024 for trunk/UPGRADE
- Timestamp:
- 05/04/2006 03:00:46 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r1017 r1024 17 17 Upgrading from v3.0.0 18 18 --------------------- 19 - URL format is modified when THttpRequest.UrlFormat=='Path'. 20 This modification affects both the URLs generated by calling constructUrl() 21 and the URLs understood by PRADO. In particular, PRADO now understands 22 the following URL format: 23 /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/... 24 In v3.0.0, the above URL is written as: 25 /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/... 19 26 20 27 Upgrading from v3.0.0 RC2
