Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Dieter Maurer
Christian Theune writes: > Internet Explorer and Netscape ignore the path of the cookie > and assume '/'. Who told you that? We use code explicitly setting the cookie path and it appears both IE and Netscape handle this correctly. > Second: > > Opera is conform to the rfc of http 1.1, and

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Martijn Pieters
On Fri, Jun 08, 2001 at 09:42:00AM -0400, Andreas Jung wrote: > > On Fri, Jun 08, 2001 at 09:36:53AM -0400, Evan Simpson wrote: > > > From: "Martijn Pieters" <[EMAIL PROTECTED]> > > > > REQUEST['SCRIPT_NAME'] is the root of the Zope server. In a pure > ZServer > > > > environment, this is '/'. In

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Andreas Jung
- Original Message - From: "Martijn Pieters" <[EMAIL PROTECTED]> To: "Evan Simpson" <[EMAIL PROTECTED]> Cc: "Christian Theune" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 9:31 AM Subject: Re: [Zope-dev] Bug in

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Martijn Pieters
On Fri, Jun 08, 2001 at 09:36:53AM -0400, Evan Simpson wrote: > From: "Martijn Pieters" <[EMAIL PROTECTED]> > > REQUEST['SCRIPT_NAME'] is the root of the Zope server. In a pure ZServer > > environment, this is '/'. In a situation where the Zope server is running > > behind another webserver, and i

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Evan Simpson
From: "Martijn Pieters" <[EMAIL PROTECTED]> > REQUEST['SCRIPT_NAME'] is the root of the Zope server. In a pure ZServer > environment, this is '/'. In a situation where the Zope server is running > behind another webserver, and is not at the root of that server, > SCRIPT_NAME represents the path to

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Martijn Pieters
On Fri, Jun 08, 2001 at 02:22:54PM +0200, Christian Theune wrote: > > > > I think we want to use: > > > > RESPOSE.setCookie( > > path=(REQUEST['SCRIPT_NAME'] or '/')) > > > > Could you file a bug in the Bug Collector at: > > > > http://classic.zope.org:8080/Collector > > > > Tha

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Martijn Pieters
On Fri, Jun 08, 2001 at 02:17:06PM +0200, Christian Theune wrote: > yes. we are right. Opera only sends the cookie in the version, but i couldn't > figure out, what zope is sending (using the tcpwatch proxy). so i don't know > what zope returns ... > the should be a line > > <== Cookie: ... > >

[mj@digicool.com: Re: [Zope-dev] Bug in Zope VersionControl]

2001-06-08 Thread Martijn Pieters
(Could we please keep the list in the loop for both wider discussion and archiving?) On Fri, Jun 08, 2001 at 01:43:29PM +0200, Christian Theune wrote: > > REQUEST['SCRIPT_NAME'] is the root of the Zope server. In a pure ZServer > > environment, this is '/'. In a situation where the Zope server is

Re: [Zope-dev] Bug in Zope VersionControl

2001-06-08 Thread Martijn Pieters
On Thu, Jun 07, 2001 at 08:30:26PM +0200, Christian Theune wrote: > Okay ... I admit using opera and enjoying it. > > Problem is, that opera is sooo standardsconform. > > See Zope/lib/python/Products/OFSP/Version.py:175 > in function enter() > > Somebody thats the path for the cookie as SCRIPT_

[Zope-dev] Bug in Zope VersionControl

2001-06-07 Thread Christian Theune
hello again ... Okay ... I admit using opera and enjoying it. Problem is, that opera is sooo standardsconform. See Zope/lib/python/Products/OFSP/Version.py:175 in function enter() Somebody thats the path for the cookie as SCRIPT_NAME. This seems that the scope of the versions should be limited