[Bug 3719] Levels of indirection for policy references

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3719





------- Comment #2 from Daniel.Roth@microsoft.com  2006-09-29 21:22 -------
You can solve this problem by having your policy references point to a URI that
references the "current" policy.  Section 4.3.4 of the Policy Framework states:
"The IRI included in the retrieved policy expression, if any, MAY be different
than the IRI used to retrieve the policy expression."  

For example, you could have policy reference like this:

<wsp:PolicyReference URI="urn:currentPolicy" />

That points to a policy like this:

<wsp:Policy Name="urn:myUpdatedPolicy" >
...
</wsp:Policy>

How you resolve external policy references is implementation specific, which
allows you to version the policy independently of the URI used to reference the
policy.  

Received on Friday, 29 September 2006 21:22:20 UTC