[Zope-dev] Zope tests: 8 OK

2006-02-02 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Feb 1 12:01:01 2006 UTC to Thu Feb 2 12:01:01 2006 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Wed Feb 1 21:03:07 EST

[Zope-dev] CopySupport and cookies

2006-02-02 Thread Seb Bacon
Hi, Using inside-out virtual hosting (and other forms of URL munging) can make copy-and-paste break. For example, an object a.b.c addressed as http://foo.com/magic-string/a/b/c will not be copiable because CopySupport uses BASEPATH1 as the Cookie path: def cookie_path(request): #

Re: [Zope-dev] CopySupport and cookies

2006-02-02 Thread Dieter Maurer
Seb Bacon wrote at 2006-2-2 16:54 +: Using inside-out virtual hosting (and other forms of URL munging) can make copy-and-paste break. For example, an object a.b.c addressed as http://foo.com/magic-string/a/b/c will not be copiable because CopySupport uses BASEPATH1 as the Cookie path: