Feb. 10, 2011
1:51 p.m.
Comment #3 on issue 3401 by cesar.ra...@gmail.com: Comparison of Urls is not possible yet http://code.google.com/p/pharo/issues/detail?id=3401 I want to add to Sven comments, which not only I second in full, but also because converting URI/URLs to strings to do comparisons will not cut in. Staying just in the context of HTTP as Sven points out, what it is the expected semantics in comparing two URLs? Should an alias of a URL be considered 'equal' to the aliased URL as tinyurl service produces? What about URLs with parameters whose order often doesn't matter, but from a string perspective they would be 'different'?