Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 5 General Forum
Date: Thu Nov 8 2001 1:50 pm
Author: Cipriani, Jason A. <jac4@andrew.cmu.edu>
Subject: Re: url comparisons

hehe

ok, let me rephrase the question.

i have a friend who is not using any of the URL comparison methods to compare URL's. his implementation requires that the URL be broken up into path components to be compared.

so,
"http://www.cmu.edu/blah/page"
becomes
"http:", "www.cmu.edu", "blah", "page").

why my friend is wondering is, when comparing URL's that have been divided up like that, what parts should be case-sensitive and what parts shouldn't?


jason

Post response

Go to the previous messageGo to the following message
Current Thread Detail:
url comparisons      Cipriani, Jason A.      Thu Nov 8 2001 4:18 am       
Re: url comparisons      Cipriani, Jason A.      Thu Nov 8 2001 4:21 am       
Re: url comparisons      Lee, Peter      Thu Nov 8 2001 11:09 am       
Re: url comparisons      Cipriani, Jason A.      Thu Nov 8 2001 1:50 pm       
Re: url comparisons      Liu, Limin Angela      Thu Nov 8 2001 2:23 pm       
%XX encoded characters      Cipriani, Jason A.      Thu Nov 8 2001 3:41 pm       
Re: %XX encoded characters      Lee, Peter      Thu Nov 8 2001 4:28 pm       

Back to previous screen