2006/ws/policy ws-policy-framework.xml,1.154,1.155 ws-policy-framework.html,1.128,1.129

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv31809

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
Log Message:
remove extra trailing slash in examples 1.1 and 4.1 for issue 4672

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- ws-policy-framework.xml	20 Jun 2007 17:09:25 -0000	1.154
+++ ws-policy-framework.xml	20 Jun 2007 18:29:21 -0000	1.155
@@ -129,12 +129,12 @@
 (03)     <wsp:All>
 (04)        <sp:SignedParts>
 (05)           <sp:Body/>
-(06)        </sp:SignedParts/>
+(06)        </sp:SignedParts>
 (07)     </wsp:All>
 (08)     <wsp:All>
 (09)        <sp:EncryptedParts>
 (10)           <sp:Body/>
-(11)        </sp:EncryptedParts/>
+(11)        </sp:EncryptedParts>
 (12)     </wsp:All>
 (13)   </wsp:ExactlyOne>
 (14) &lt;/wsp:Policy&gt;</eg>
@@ -662,12 +662,12 @@
 (03)     &lt;wsp:All&gt;
 (04)        &lt;sp:SignedParts&gt;
 (05)           &lt;sp:Body/&gt;
-(06)        &lt;/sp:SignedParts/&gt;
+(06)        &lt;/sp:SignedParts&gt;
 (07)     &lt;/wsp:All&gt;
 (08)     &lt;wsp:All&gt;
 (09)        &lt;sp:EncryptedParts&gt;
 (10)           &lt;sp:Body/&gt;
-(11)        &lt;/sp:EncryptedParts/&gt;
+(11)        &lt;/sp:EncryptedParts&gt;
 (12)     &lt;/wsp:All&gt;
 (13)   &lt;/wsp:ExactlyOne&gt;
 (14) &lt;/wsp:Policy&gt;</eg>

Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- ws-policy-framework.html	20 Jun 2007 17:09:25 -0000	1.128
+++ ws-policy-framework.html	20 Jun 2007 18:29:21 -0000	1.129
@@ -190,12 +190,12 @@
 (03)     &lt;wsp:All&gt;
 (04)&nbsp; &nbsp; &nbsp;   &lt;sp:SignedParts&gt;
 (05)           &lt;sp:Body/&gt;
-(06)&nbsp; &nbsp; &nbsp;   &lt;/sp:SignedParts/&gt;
+(06)&nbsp; &nbsp; &nbsp;   &lt;/sp:SignedParts&gt;
 (07)&nbsp; &nbsp;  &lt;/wsp:All&gt;
 (08)     &lt;wsp:All&gt;
 (09)&nbsp; &nbsp; &nbsp;   &lt;sp:EncryptedParts&gt;
 (10)           &lt;sp:Body/&gt;
-(11)&nbsp; &nbsp; &nbsp;   &lt;/sp:EncryptedParts/&gt;
+(11)&nbsp; &nbsp; &nbsp;   &lt;/sp:EncryptedParts&gt;
 (12)&nbsp; &nbsp;  &lt;/wsp:All&gt;
 (13)&nbsp; &nbsp;&lt;/wsp:ExactlyOne&gt;
 (14) &lt;/wsp:Policy&gt;</pre></div></div><p>Lines (03-07) represent one policy alternative for signing a message body.</p><p>Lines (08-12) represent a second policy alternative for encrypting a message
@@ -509,12 +509,12 @@
 (03)     &lt;wsp:All&gt;
 (04)&nbsp; &nbsp; &nbsp;   &lt;sp:SignedParts&gt;
 (05)           &lt;sp:Body/&gt;
-(06)&nbsp; &nbsp; &nbsp;   &lt;/sp:SignedParts/&gt;
+(06)&nbsp; &nbsp; &nbsp;   &lt;/sp:SignedParts&gt;
 (07)&nbsp; &nbsp;  &lt;/wsp:All&gt;
 (08)     &lt;wsp:All&gt;
 (09)&nbsp; &nbsp; &nbsp;   &lt;sp:EncryptedParts&gt;
 (10)           &lt;sp:Body/&gt;
-(11)&nbsp; &nbsp; &nbsp;   &lt;/sp:EncryptedParts/&gt;
+(11)&nbsp; &nbsp; &nbsp;   &lt;/sp:EncryptedParts&gt;
 (12)&nbsp; &nbsp;  &lt;/wsp:All&gt;
 (13)&nbsp; &nbsp;&lt;/wsp:ExactlyOne&gt;
 (14) &lt;/wsp:Policy&gt;</pre></div><p>Lines (03-07) and Lines (08-12) express the two alternatives in the policy. If

Received on Wednesday, 20 June 2007 18:29:29 UTC