Re: Compact Policies and JSP

"David Wall" <[email protected]> Fri, 25 Oct 2002 18:59:57 -0700
Newsgroups gmane.comp.web.p3p.policy
Organization Yozons, Inc.
Message-ID <[email protected]>
MessageWe're do it just using a metatag in the HTML (and as you point out, it's actually included by the JSP head with <%@include file="/metatags.html"%>

<meta http-equiv="P3P" content='policyref="/w3c/p3p.xml" CP="NOI DSP COR DEVa OUR BUS UNI STA"'>

But I'd guess yours is correct except I'm not sure if the policyref is required or not.

David