...ask yahoo about their server configuration. -aj ----- Original Message ----- From: "Mark Lilly" <mark.lilly@benova.com> To: "'Andreas Jung'" <andreas@andreas-jung.com>; "Mark Lilly" <mark.lilly@benova.com> Cc: <zope@zope.org> Sent: Friday, January 11, 2002 19:07 Subject: RE: [Zope] case sensative url?
Do you know why http://groups.yahoo.com/group/zOpE/ works as well as http://groups.yahoo.com/group/zope, but http://groups.yahoo.com/Group/zope doesn't work at all?
I don't know that it matters; i'm just curious. i'll make all my products lower case for consistency.
Thanks much, mark
-----Original Message----- From: Andreas Jung [mailto:andreas@andreas-jung.com] Sent: Friday, January 11, 2002 4:05 PM To: Mark Lilly Cc: zope@zope.org Subject: Re: [Zope] case sensative url?
ok, to be detailed: the hostname part of the url (www.cnn.com) is case insensitive, however the the rest of the URL is usually case sensitive. This means a complete URL is case sensitive e.g. www.cnn.com/blabla is the same as www.CNN.com/blabla but not www.cnn.com/Blabla
-aj ----- Original Message ----- From: "Mark Lilly" <mark.lilly@benova.com> To: "'Andreas Jung'" <andreas@andreas-jung.com> Sent: Friday, January 11, 2002 18:57 Subject: RE: [Zope] case sensative url?
on my machine, wwW.cNN.cOm will get to the same place as www.cnn.com. why is Zope different
-----Original Message----- From: Andreas Jung [mailto:andreas@andreas-jung.com] Sent: Friday, January 11, 2002 3:59 PM To: Mark Lilly; zope@zope.org Subject: Re: [Zope] case sensative url?
URLs are *always* casesensitive - independant of Zope.
- aj
----- Original Message ----- From: "Mark Lilly" <mark.lilly@benova.com> To: <zope@zope.org> Sent: Friday, January 11, 2002 18:50 Subject: [Zope] case sensative url?
Hi, Can it be true that URL's are case sensative??
I have just created a sample ZClass of type Project, and an instance named FHK. FHK resides in folders Projects. Hence, the URL is http://localhost:8080/Projects/FHK/ which works as expected.
But, if i change it to http://localhost:8080/Projects/fhk, i get the following error. Please tell me how to make this case-insensative.
Thanks, mark
_______________________ Site Error An error was encountered while publishing this resource. Debugging Notice Zope has encountered a problem publishing your object. Cannot locate object at: http://localhost:8080/Projects/fhk
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )