- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jun 2007 18:29:24 +0000
- To: public-ws-policy-eds@w3.org
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) </wsp:Policy></eg> @@ -662,12 +662,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) </wsp:Policy></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) <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) </wsp:Policy></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) <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) </wsp:Policy></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