on my machine, wwW.cNN.cOm will get to the same place as www.cnn.com. why is Zope different? thanks, -mark -----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 )