2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.253,1.254

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv6075

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
CR156: Query parameter separator value

Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.253
retrieving revision 1.254
diff -C 2 -d -r1.253 -r1.254
*** wsdl20-adjuncts.xml	8 Mar 2007 19:08:17 -0000	1.253
--- wsdl20-adjuncts.xml	13 Mar 2007 15:48:30 -0000	1.254
***************
*** 4275,4280 ****
  	    separator default</prop> property.</p></item>
  	            <item><p>The characters in the range:
!                 <code>ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" |
!                 ")" | "*" | "+" | "," | ";" | "=" | ":" | "@"</code>.</p></item>
                  </ulist>
                  </item>
--- 4275,4280 ----
  	    separator default</prop> property.</p></item>
  	            <item><p>The characters in the range:
!                 <code>"&amp;" | ";" | ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" |
!                 ")" | "*" | "+" | "," | ":" | "@"</code>.</p></item>
                  </ulist>
                  </item>
***************
*** 4293,4298 ****
  	    separator default</prop> property, MUST be percent-encoded.</p></item>
                  <item><p>The other characters, EXCEPT the ones in the range:
!                 <code>ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" |
!                 ")" | "*" | "+" | "," | ";" | "=" | ":" | "@" | "?" | "/"</code>,
                  MUST be percent-encoded.</p></item></ulist>
                  </item>   
--- 4293,4298 ----
  	    separator default</prop> property, MUST be percent-encoded.</p></item>
                  <item><p>The other characters, EXCEPT the ones in the range:
!                 <code>"&amp;" | ";" | ALPHA | DIGIT | "-" | "." | "_" | "~" | "!" | "$" | "'" | "(" |
!                 ")" | "*" | "+" | "," | ":" | "@" | "?" | "/"</code>,
                  MUST be percent-encoded.</p></item></ulist>
                  </item>   
***************
*** 4312,4315 ****
--- 4312,4318 ----
  				<eg>{scheme}://{host}:{port}/temperature/{town}</eg> or even: <eg>{!myIRI}</eg></p>
  				
+ 				<p>Note that <code>&amp;</code> and
+ 				<code>;</code> are the most commonly accepted HTTP query parameter separators.</p>
+ 				
  
            </div4>
***************
*** 5471,5474 ****
--- 5474,5484 ----
  	    -->
  	    <tr>
+ 	    	<td>20070313</td>
+ 	    	<td>JJM</td>
+ 	        <td>CR156: Query parameter separator value.
+ 	        </td>
+ 	    </tr>
+ 	    
+ 	    <tr>
  	    	<td>20070228</td>
  	    	<td>JJM</td>

Received on Tuesday, 13 March 2007 15:48:40 UTC