<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>4038</bug_id>
          
          <creation_ts>2006-12-06 16:03:55 +0000</creation_ts>
          <short_desc>Nested policy in normal form  - Example does not match expectations</short_desc>
          <delta_ts>2006-12-14 09:12:53 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WS-Policy</product>
          <component>Framework</component>
          <version>LC</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.w3.org/TR/2006/WD-ws-policy-20061117/#Policy_Assertion_Nesting</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Illsley">david.illsley</reporter>
          <assigned_to name="Felix Sasaki">fsasaki</assigned_to>
          
          
          <qa_contact name="Web Services Policy WG QA List">public-ws-policy-qa</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>13083</commentid>
    <comment_count>0</comment_count>
    <who name="David Illsley">david.illsley</who>
    <bug_when>2006-12-06 16:03:55 +0000</bug_when>
    <thetext>Section 4.3 indicates that nested policy is normalised recursively therefore I&apos;d expect nested policy in normal form to have the same structure as the outer policy e.g wsp:Policy/wsp:ExactlyOne/wsp:All/*

The example of normal form of nested policy in section 4.3.2 does not exhibit this - lines 12-14, 23-25, 28-30
i.e.
(12)             &lt;wsp:Policy&gt;
(13)               &lt;sp:HttpsToken RequireClientCertificate=&quot;false&quot; /&gt;
(14)             &lt;/wsp:Policy&gt;

I would expect:
(12)             &lt;wsp:Policy&gt;
(13)               &lt;wsp:ExactlyOne&gt;
(14)                 &lt;wsp:All&gt;
(15)                   &lt;sp:HttpsToken RequireClientCertificate=&quot;false&quot; /&gt;
(16)                 &lt;/wsp:All&gt;
(17)               &lt;/wsp:ExactlyOne&gt;
(18)             &lt;/wsp:Policy&gt;

If my expectation is incorrect, can I suggest an explanation of why this is the case in section 4.3.2
Thanks,
David</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>13167</commentid>
    <comment_count>1</comment_count>
    <who name="Paul Cotton">pcotton</who>
    <bug_when>2006-12-13 17:29:00 +0000</bug_when>
    <thetext>Resolved at Dec 13 meeting with proposal in:
http://lists.w3.org/Archives/Public/public-ws-policy/2006Dec/0034.html
http://www.w3.org/2006/12/13-ws-policy-irc#T17-28-11

Replace - &quot;The normalized form of the example above is equivalent to the
following:&quot;

With - &quot;The example above is equivalent to the following:&quot;.

/paulc

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>13178</commentid>
    <comment_count>2</comment_count>
    <who name="David Illsley">david.illsley</who>
    <bug_when>2006-12-14 09:12:53 +0000</bug_when>
    <thetext>Hi Paul,
I agree with this resolution.
Thanks,
David</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>