Re: [Zope] Case sensitivity

2000-07-17 Thread Tino Wildenhain

Hi,

Ian Sparks wrote:
 
 One of my pet peeves with web servers is that :
 
 mysite.com/Members
 
 is different to :
 
 mysite.com/members
 
 (but there is no difference between MYSITE.COM and mysite.com)
 
 is there any way of making Zope case-insensitive?

Most web-servers are case-sensitive. So where is the problem?
You only have to type your links carefully, what is somewhat 
simplyer with dtml-var object url

Regards
Tino Wildenhain

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Case sensitivity

2000-07-17 Thread Chris Withers

Tino Wildenhain wrote:
 You only have to type your links carefully, what is somewhat
 simplyer with dtml-var object url

even simpler with dtml.url-object; :-)

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Case sensitivity

2000-07-13 Thread Ian Sparks

One of my pet peeves with web servers is that :

mysite.com/Members

is different to :

mysite.com/members

(but there is no difference between MYSITE.COM and mysite.com)

is there any way of making Zope case-insensitive?

- Ian Sparks.



___
Zope maillist  -  [EMAIL PROTECTED]
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 )