- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 12 Jan 2007 23:47:32 +0000
- To: public-ws-policy-qa@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4209
           Summary: Example 3.1 does not follow the algorithm in merging
                    policies
           Product: WS-Policy
           Version: LC
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Attachment
        AssignedTo: fsasaki@w3.org
        ReportedBy: umit.yalcinalp@sap.com
         QAContact: public-ws-policy-qa@w3.org
Title: Example 3.1 does not follow the algorithm in merging policies
Description: The example 3.1 claims to be result of merging. The merge is
defined to be 
{
Definition: a merge consists of serializing each policy as a policy expression,
replacing their wsp:Policy element with a wsp:All element, and placing each as
children of a wrapper wsp:Policy element.] The resulting policy expression is
considered to represent the combined policy of all of the attachments to that
policy subject.
}
The resulting example does not contain any replacement of wsp:All elements with
a wsp:Policy element and does not follow the definition. 
Justification: The example is confusing and does not follow the description of
the merge. 
Proposal: Fix the example to reflect the merge algorithms intent by introducing
wsp:All as appropriate wrappers.
Received on Friday, 12 January 2007 23:47:40 UTC