- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Feb 2007 16:03:51 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv29163/ws/desc/wsdl20 Modified Files: wsdl20-adjuncts.xml Log Message: Fixed logic in template encoding. Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.246 retrieving revision 1.247 diff -C 2 -d -r1.246 -r1.247 *** wsdl20-adjuncts.xml 20 Feb 2007 23:45:33 -0000 1.246 --- wsdl20-adjuncts.xml 22 Feb 2007 16:03:49 -0000 1.247 *************** *** 4400,4404 **** --- 4400,4412 ---- <ulist> + <item><p>Percent-encoding MUST be performed using the UTF-8 representation of the character + as prescribed by section 6.4 of <bibref ref="RFC3987"/>.</p></item> + <item><p>A double curly brace (<el>openBrace</el> + or <el>closeBrace</el> production in the grammar above) MAY be used to include a single + literal curly brace (<attval>{</attval> or <attval>}</attval> respectively) + in the request IRI. This provides a simple escaping + mechanism.</p></item> + <item><p>Each raw template (<el>rawTemplate</el> production in the grammar above) is replaced by the possibly empty single value *************** *** 4410,4414 **** the grammar above) NOT preceded in the <prop comp="Binding Operation">http location</prop> property by a <attval>?</attval> or a <attval>#</attval> character, ! the characters NOT in the following set MUST be percent-encoded:</p> <ulist> <item><p>The value of the <prop --- 4418,4422 ---- the grammar above) NOT preceded in the <prop comp="Binding Operation">http location</prop> property by a <attval>?</attval> or a <attval>#</attval> character, ! the characters EXCEPT the following ones MUST be percent-encoded:</p> <ulist> <item><p>The value of the <prop *************** *** 4417,4421 **** <prop comp="Binding">http query parameter separator default</prop> property.</p></item> ! <item><p>The characters NOT in the range: <code>ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" | ")" | "*" | "+" | "," | ";" | "=" | ":" | "@"</code>.</p></item> --- 4425,4429 ---- <prop comp="Binding">http query parameter separator default</prop> property.</p></item> ! <item><p>The characters in the range: <code>ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" | ")" | "*" | "+" | "," | ";" | "=" | ":" | "@"</code>.</p></item> *************** *** 4458,4470 **** <attval>true</attval></assert>.</p></item> - <item><p>Percent-encoding MUST be performed using the UTF-8 representation of the character - as prescribed by section 6.4 of <bibref ref="RFC3987"/>.</p></item> - - <item><p>A double curly brace (<el>openBrace</el> - or <el>closeBrace</el> production in the grammar above) MAY be used to include a single - literal curly brace (<attval>{</attval> or <attval>}</attval> respectively) - in the request IRI. This provides a simple escaping - mechanism.</p></item> - </ulist> --- 4466,4469 ---- *************** *** 5635,5638 **** --- 5634,5643 ---- </tr> --> + <tr> + <td>20070222</td> + <td>JJM</td> + <td>Fixed logic in template encoding. + </td> + </tr> <tr>
Received on Thursday, 22 February 2007 16:04:13 UTC