[Zope] Where should I go?

Andy andy@agmweb.ca
Thu, 14 Feb 2002 07:35:40 -0800


Sure. A simply little privacy product might be an idea, although I dont
think anyone really cares, the whole privacy concept doesnt seem to have
taken off.

--- HTTPResponse.py.~3~ Thu Feb 14 07:32:18 2002
+++ HTTPResponse.py Thu Feb 14 07:31:55 2002
@@ -169,6 +169,7 @@
         # add zserver headers
         append('Server: %s' % self._server_version)
         append('Date: %s' % build_http_date(time.time()))
+        append('P3P: %s' % 'CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo
PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"')

         if self._http_version=='1.0':
             if self._http_connection=='keep-alive' and \

----- Original Message -----
From: "Lennart Regebro" <lennart@regebro.nu>
To: "Andy" <andy@agmweb.ca>
Sent: Thursday, February 14, 2002 6:01 AM
Subject: Re: [Zope] Where should I go?


> I've given up on getting this to work by  stuff in the DTML-code.
> Do you have your response hack to share?
>
> ----- Original Message -----
> From: "Andy" <andy@agmweb.ca>
> To: "Lennart Regebro" <lennart@regebro.nu>; <zope@zope.org>
> Sent: Wednesday, February 13, 2002 4:39 PM
> Subject: Re: [Zope] Where should I go?
>
>
> > We had similar problems stopping IE 6 complaining about our cookies so
we
> > could implement Passport for ASPN. Take a look at our privacy policy and
> > compact policy, it works for us. http://aspn.activestate.com/ASPN
> >
> > We found in testing we had to keep clearing IE's cache and restarting
the
> > browser. I think the problem was for us that images had a cookie
attached,
> > but the image did not have the compact policy on it. We hacked response
so
> > that all responses from Zope get a compact policy.
> >
> > ----- Original Message -----
> > From: "Lennart Regebro" <lennart@regebro.nu>
> > To: <zope@zope.org>
> > Sent: Wednesday, February 13, 2002 6:25 AM
> > Subject: [Zope] Where should I go?
> >
> >
> > > Internet Explorer 6.0 implements the p3p privacy standard. But I can't
> get
> > > IE6 to accept my cokkies even though I have a privacy statement. I've
> > looked
> > > all over the web but can't figure out what I'm doing wrong.
> > >
> > > Does anybody know of any mailing lists or websites that concern this
so
> I
> > > can figure out why it isn't working?
> > >
> > > The p3p validator at w3.org sais that everything is fine. I've used
> IBM's
> > > p3p generator do create the statement and it sais everything is fine.
> IE6
> > > doesn't complain, it just rejects my cookies, even at the next lowest
> > > setting, which should mean that I either have no compact policy (which
I
> > do)
> > > or that I collect information without the users implicit concent
(which
> I
> > > don't).
> > >
> > > I'm stumped. Where do I find help?
> > >
> > >
> > >
> > > _______________________________________________
> > > 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 )
> > >
> >
> >
> >
> > _______________________________________________
> > 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 )
> >
> >
>
>