Re: Case sensitivity of urls

Giles asked:
> The problem then is that if the user types
> www.microsoftserver.com/testPage.html
> as the page they wish to access, and the policy reference file only
covers
> www.microsoftserver.com/testpage.html, then the policy will not be found
for
> this page.
>
> Is this really the behavior we want?
     This is definitely not ideal. However, there's no general way to know
if a server is going to treat a URL as case-sensitive or case-insensitive.
That depends on the operating system on the server, the Webserver it's
running, and possibly even the type of filesystem in use on the server.
Given that URLs are supposed to be case-sensitive, I think this is the best
we can do.

     -- Martin

Martin Presler-Marshall - Program Manager, Privacy Technology
E-mail: mpresler@us.ibm.com     AIM: jhreingold
Phone: (919) 254-7819 (tie-line 444-7819) Fax: (919) 254-6430 (tie-line
444-6430)

Received on Monday, 29 October 2001 09:34:43 UTC