- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jun 2007 16:44:34 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv1689
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
Implement resolution for issue 4672, fix examples in 4.1
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- ws-policy-framework.xml 18 Jun 2007 04:21:45 -0000 1.152
+++ ws-policy-framework.xml 20 Jun 2007 16:44:32 -0000 1.153
@@ -660,12 +660,12 @@
xmlns:wsp="&nsuri;" >
(02) <wsp:ExactlyOne>
(03) <wsp:All>
-(04) <sp:SignedParts/>
+(04) <sp:SignedParts>
(05) <sp:Body/>
(06) </sp:SignedParts/>
(07) </wsp:All>
(08) <wsp:All>
-(09) <sp:EncryptedParts/>
+(09) <sp:EncryptedParts>
(10) <sp:Body/>
(11) </sp:EncryptedParts/>
(12) </wsp:All>
@@ -3536,6 +3536,13 @@
<td>Updated the WSDL 20 reference [<bibref ref="WSDL20"/>].
</td>
</tr>
+ <tr>
+ <td>20070620</td>
+ <td>FJH</td>
+ <td>Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG
+issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672">4672</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- ws-policy-framework.html 18 Jun 2007 04:21:45 -0000 1.126
+++ ws-policy-framework.html 20 Jun 2007 16:44:32 -0000 1.127
@@ -507,12 +507,12 @@
xmlns:wsp="http://www.w3.org/ns/ws-policy" >
(02) <wsp:ExactlyOne>
(03) <wsp:All>
-(04) <sp:SignedParts/>
+(04) <sp:SignedParts>
(05) <sp:Body/>
(06) </sp:SignedParts/>
(07) </wsp:All>
(08) <wsp:All>
-(09) <sp:EncryptedParts/>
+(09) <sp:EncryptedParts>
(10) <sp:Body/>
(11) </sp:EncryptedParts/>
(12) </wsp:All>
@@ -1742,4 +1742,6 @@
Editors' action
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/310">318</a>.
</td></tr><tr><td rowspan="1" colspan="1">20070617</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated the WSDL 20 reference [<cite><a href="#WSDL20">WSDL 2.0 Core Language</a></cite>].
+ </td></tr><tr><td rowspan="1" colspan="1">20070620</td><td rowspan="1" colspan="1">FJH</td><td rowspan="1" colspan="1">Correct examples in 4.1, for SignedParts and EncryptedParts elements according to WG
+issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4672">4672</a>.
</td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 20 June 2007 16:44:37 UTC