<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
This also seems relevant:<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.intertwingly.net/blog/2004/07/31/URI-Equivalence">http://www.intertwingly.net/blog/2004/07/31/URI-Equivalence</a><br>
<br>
Here's another fun one (actually got bit by this last month) which is
apparently normalized client side in browsers:<br>
<br>
<a class="moz-txt-link-freetext" href="http://example.org/foo/../">http://example.org/foo/../</a>  vs.  <a class="moz-txt-link-freetext" href="http://example.org/">http://example.org/</a><br>
<br>
In general I think there is a server best practice here which involves
returning 200 OK only for one canonical version of a URL, and 301's or
404's for any other variants.  And a best practice for clients is to
not rely on the Java URI class for equivalence checking :).<br>
<br>
-John<br>
<br>
Sutra Zhou wrote:
<blockquote
 cite="mid98c44d0f0703231224u9fd6167hd54abd6d81537f8@mail.gmail.com"
 type="cite">Follow redirects, <br>
and  in HTTP 301 case(<a href="http://example.com/old">http://example.com/old</a>
redirect to
  <a href="http://example.com/new">http://example.com/new</a>)
net.openid.discovery.Identifier.getIdentifier() should return
  <a href="http://example.com/new">http://example.com/new</a> instead
of <a href="http://example.com/old">http://example.com/old</a>.<br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:general@openid.net">general@openid.net</a>
<a class="moz-txt-link-freetext" href="http://openid.net/mailman/listinfo/general">http://openid.net/mailman/listinfo/general</a>
  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<a href="http://feeds.feedburner.com/aol/SzHO"><img
 src="cid:part1.00050503.01030703@aol.net"
 style="border: 0pt none ; float: right;" alt="Abstractioneer"></a>John
Panzer<br>
System Architect<br>
<a class="moz-txt-link-freetext" href="http://abstractioneer.org">http://abstractioneer.org</a><br>
</div>
</body>
</html>