We can define URL parameters as 'structural' meaning that they are really part
of the structure of an application rather than data.
eg urls like
* http://www.example.com/app/page=index.html
* http://www.example.com/app/page=search.html
We should be able to do the converse - define path elements that are really
data,
eg urls like
* http://www.example.com/app/fred/profile.html
* http://www.example.com/app/mary/profile.html
Original issue reported on code.google.com by psii...@gmail.com on 23 Mar 2015 at 10:37
Original issue reported on code.google.com by
psii...@gmail.com
on 23 Mar 2015 at 10:37