>>>>> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes:
Tom> This is fine for now, but I'm thinking we may be working around a Tom> general problem with our URL class. Shouldn't Tom> http://gnu.org/software/classpath and Tom> http://gnu.org/software/classpath/ resolve to the same location Tom> when passed to the URL constructor? I don't think so, according to the way URLs are defined. Conceptually there's no reason to think that the first URL above refers to a directory. In practice if you use that sort of URL you'll often get back a redirect to the second form... but that is per spec. Tom
