On Feb 1, 2005, at 5:12 PM, Graham wrote:
On 2 Feb 2005, at 12:52 am, Roy T. Fielding wrote:
There is no need to explain what "different ids" means -- any two URIs that are different identifiers will never compare as "equivalent", regardless of the comparison algorithm used.
Pardon? If I use case sensitive ids (eg base64 style "http://www.example.com/aBCde" and "http://www.example.com/aBCdE" are different), and the client is case-insensitive, that's not going to work.
I meant regardless of the URI comparison algorithm used, as described in RFC3986. I wouldn't expect comparison based on number of "1" bits to work either.
....Roy