Compact Policies and JSP

Hi!
 
I need a little help. I've been tasked to add p3p to our application and
I've got the majority of the work done. That is to say that once our
clients give us their policies I'm setup to put them in their well known
locations and update the reference file. 
 
However, I need a hand with the header part. I have the following JSP
code:
 
        response.addHeader("P3P", "CP=\"ALL DSP COR CURa ADMa DEVa PSAa
PSDa CONi TELi OTPo OUR SAMa UNRa OTRa LEG IND PHY ONL FIN COM NAV INT
DEM HEA GOV\"");
 
Or rather, its what I'd have if I didn't pull the header value from a
property file. Unfortunately, I'm not sure if the header is being sent
(or even if its the right one). I can't get any reaction out of IE
regardless of my security level or the outrageous things I claim to do
with the data. 


H. Adam van den Hoven

Web Developer

Credit Union Central of BC

p 604 7306380

e avandenhoven@cucbc.com

 

Received on Friday, 25 October 2002 17:47:53 UTC