[www-p3p-policy] <none>

>From rigo  Mon Oct 22 11:14:52 2001
Return-path: <rigo@tux.w3.org>
Envelope-to: rigo@localhost
Delivery-date: Mon, 22 Oct 2001 11:14:52 +0200
Received: from localhost ([127.0.0.1])
	by localhost with esmtp (Exim 3.32 #1 (Debian))
	id 15vbAa-00013e-03
	for <rigo@localhost>; Mon, 22 Oct 2001 11:14:52 +0200
Received: from www49.inria.fr [138.96.10.12]
	by localhost with POP3 (fetchmail-5.8.3)
	for rigo@localhost (single-drop); Mon, 22 Oct 2001 11:14:52 +0200 (CEST)
Received: from sophia.inria.fr by www49.inria.fr (8.11.1/8.10.0) with ESMTP id f9MEgJH17552 for <rwenning@www49.inria.fr>; Mon, 22 Oct 2001 16:42:20 +0200 (MET DST)
Received: from tux.w3.org by sophia.inria.fr (8.11.1/8.10.0) with ESMTP id f9MEh4h06753 for <Rigo.Wenning@sophia.inria.fr>; Mon, 22 Oct 2001 16:43:04 +0200 (MET DST)
Received: (from rigo@localhost)
	by tux.w3.org (8.9.3/8.9.3) id KAA16784
	for Rigo.Wenning@sophia.inria.fr; Mon, 22 Oct 2001 10:43:03 -0400
Received: from www19.w3.org (www19.w3.org [18.29.0.19])
	by tux.w3.org (8.9.3/8.9.3) with ESMTP id KAA16778
	for <rigo@w3.org>; Mon, 22 Oct 2001 10:43:03 -0400
Received: by www19.w3.org (8.9.0/8.9.0) id KAA00588
	for rigo@w3.org; Mon, 22 Oct 2001 10:43:03 -0400 (EDT)
Date: Mon, 22 Oct 2001 10:43:03 -0400 (EDT)
X-Envelope-From: www-p3p-policy-request@tux.w3.org  Mon Oct 22 10:42:49 2001
Received: from tux.w3.org (tux.w3.org [18.29.0.27])
	by www19.w3.org (8.9.0/8.9.0) with ESMTP id KAA00567
	for <www-p3p-policy@www19.w3.org>; Mon, 22 Oct 2001 10:42:49 -0400 (EDT)
Received: from hqfirepu2-ext.agedwards.com (hqfirepu2-ext.agedwards.com [63.93.197.67])
	by tux.w3.org (8.9.3/8.9.3) with SMTP id KAA16720
	for <www-p3p-policy@w3.org>; Mon, 22 Oct 2001 10:42:49 -0400
Received: from [10.110.252.99] by hqfirepu2-ext.agedwards.com
          via smtpd (for tux.w3.org [18.29.0.27]) with SMTP; 22 Oct 2001 14:38:57 UT
Received: from hqhampn2.agedwards.com (hqhampn2.agedwards.com) by hqmswpn3.agedwards.com
 (Content Technologies SMTPRS 4.2.1) with ESMTP id <T56c031cd1d0a6efc630ca@hqmswpn3.agedwards.com> for <www-p3p-policy@w3.org>;
 Mon, 22 Oct 2001 09:41:16 -0500
Received: from hqexchn2.agedwards.com (unverified) by hqhampn2.agedwards.com
 (Content Technologies SMTPRS 2.0.15) with ESMTP id <B0005281076@hqhampn2.agedwards.com>;
 Mon, 22 Oct 2001 09:40:19 -0500
Received: by hqexchn2.agedwards.com with Internet Mail Service (5.5.2650.21)
	id <V14YYD5A>; Mon, 22 Oct 2001 09:40:57 -0500
Message-Id: <654C227ADD58D511A8000010B55172B937D8A7@HQEXCHN12>
From: "Reddy, Ramesh" <reddyr@agedwards.com>
To: "'Martin Presler-Marshall'" <mpresler@us.ibm.com>
Cc: www-p3p-policy@w3.org
Old-Date: Mon, 22 Oct 2001 09:40:49 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C15B07.8AE90430"
X-Diagnostic: Not on the accept list
Subject: [Moderator Action] RE: Tomcat 3.2 and P3P policies
X-Diagnostic: Mail coming from a daemon, ignored
X-Envelope-To: www-p3p-policy
Resent-From: rigo@localhost
Resent-Date: Mon, 22 Oct 2001 11:25:27 +0200
Resent-To: www-p3p-policy@w3.org

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C15B07.8AE90430
Content-Type: text/plain

What I mean is even though I have Full P3P policy in place in the well-known
location, IE 6.0 will not recognize the P3P policies for the cookies.  The
only way I can make IE 6.0 work is by inserting a HTTP-Header in the
response object.  In the specification it is mentioned that the Web Servers
(i.e. Apache, tomcat, iis etc) are responsible for creating Compact Policy
and supplying to the user agents ( typically web browsers).

I am sure future version of these web servers support this, however for now
we have no choice but manually adding the compact policy header in the
response object.  

If you are using jsp/servlets it is very easy, for example in your servlet
or jsp page do this.
/**
// HttpServletResponse resp
resp.addHeader("P3P", "CP=\"NON DSP CURa ADMa DEVa CUSa TAIa PSAa PSDa IVAa
IVDa OUR NOR UNI COM NAV \"");
*/

that it.

Ramesh..

> -----Original Message-----
> From:	Martin Presler-Marshall [SMTP:mpresler@us.ibm.com]
> Sent:	Monday, October 22, 2001 7:40 AM
> To:	Reddy, Ramesh
> Cc:	www-p3p-policy@w3.org
> Subject:	Tomcat 3.2 and P3P policies
> 
>      How is tomcat not compatible with P3P policies? And do you mean full
> policies or compact policies?
> 
>      -- Martin
> 
> Martin Presler-Marshall - Program Manager, Privacy Technology
> E-mail: mpresler@us.ibm.com     AIM: jhreingold
> Phone: (919) 254-7819 (tie-line 444-7819) Fax: (919) 254-6430 (tie-line
> 444-6430)


***************************************************************************************
WARNING:  All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
***************************************************************************************

------_=_NextPart_001_01C15B07.8AE90430
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version 5.5.2652.35">
<TITLE>RE: Tomcat 3.2 and P3P policies</TITLE>
</HEAD>
<BODY>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">What I mean is even thou=
gh I have Full P3P policy in place in the well-known location, IE 6.0 will =
not recognize the P3P policies for the cookies.&nbsp; The only way I can ma=
ke IE 6.0 work is by inserting a HTTP-Header in the response object.&nbsp; =
In the specification it is mentioned that the Web Servers (i.e. Apache, tom=
cat, iis etc) are responsible for creating Compact Policy and supplying to =
the user agents ( typically web browsers).</FONT></P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">I am sure future version=
 of these web servers support this, however for now we have no choice but m=
anually adding the compact policy header in the response object.&nbsp; </FO=
NT></P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">If you are using jsp/ser=
vlets it is very easy, for example in your servlet or jsp page do this.</FO=
NT>
<BR><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">/**</FONT>
<BR><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">// HttpServletResponse =
resp</FONT>
<BR><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">resp.addHeader(&quot;P3=
P&quot;, &quot;CP=3D\&quot;NON DSP CURa ADMa DEVa CUSa TAIa PSAa PSDa IVAa =
IVDa OUR NOR UNI COM NAV \&quot;&quot;);</FONT>
<BR><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">*/</FONT>
</P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">that it.</FONT>
</P>

<P><FONT COLOR=3D"#0000FF" SIZE=3D2 FACE=3D"Arial">Ramesh..</FONT>
</P>
<UL>
<P><FONT SIZE=3D1 FACE=3D"Arial">-----Original Message-----</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">From:&nbsp;&nbsp;</FONT></B> <FONT SIZ=
E=3D1 FACE=3D"Arial">Martin Presler-Marshall [SMTP:mpresler@us.ibm.com]</FO=
NT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Sent:&nbsp;&nbsp;</FONT></B> <FONT SIZ=
E=3D1 FACE=3D"Arial">Monday, October 22, 2001 7:40 AM</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">To:&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B>=
 <FONT SIZE=3D1 FACE=3D"Arial">Reddy, Ramesh</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Cc:&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B>=
 <FONT SIZE=3D1 FACE=3D"Arial">www-p3p-policy@w3.org</FONT>
<BR><B><FONT SIZE=3D1 FACE=3D"Arial">Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;</FONT></B> <FONT SIZE=3D1 FACE=3D"Arial">Tomcat 3.2 and P3P po=
licies</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp; How is tomcat not=
 compatible with P3P policies? And do you mean full</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">policies or compact policies?</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp; -- Martin</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Martin Presler-Marshall - Program Manager,=
 Privacy Technology</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">E-mail: mpresler@us.ibm.com&nbsp;&nbsp;&n=
bsp;&nbsp; AIM: jhreingold</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Phone: (919) 254-7819 (tie-line 444-7819)=
 Fax: (919) 254-6430 (tie-line</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">444-6430)</FONT>
</P>
</UL>
<CODE><FONT SIZE=3D3><BR>
<BR>
***************************************************************************=
************<BR>
WARNING:  All e-mail sent to and from this address will be received or<BR>
otherwise recorded by the A.G. Edwards corporate e-mail system and is<BR>
subject to archival, monitoring or review by, and/or disclosure to,<BR>
someone other than the recipient.<BR>
***************************************************************************=
************<BR>
</FONT></CODE></BODY>
</HTML>
------_=_NextPart_001_01C15B07.8AE90430--

Received on Monday, 22 October 2001 11:01:43 UTC