|
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/...
|