- From: Mercurial notifier <nobody@w3.org>
- Date: Wed, 02 Oct 2013 14:39:35 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1723:a29ec36c8738 tag: tip user: Jean-Guilhem Rouel <jean-gui@w3.org> date: Wed Oct 02 16:39:29 2013 +0200 files: WebContent/WEB-INF/resources/contracts/http.wadl description: use production instance of http checker diff -r e9d56ffdeab2 -r a29ec36c8738 WebContent/WEB-INF/resources/contracts/http.wadl --- a/WebContent/WEB-INF/resources/contracts/http.wadl Wed Oct 02 16:29:33 2013 +0200 +++ b/WebContent/WEB-INF/resources/contracts/http.wadl Wed Oct 02 16:39:29 2013 +0200 @@ -1,26 +1,26 @@ <?xml version="1.0" encoding="utf-8"?> -<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10"> -<grammars/> - <resources base=" http://qa-dev.w3.org/"> - <resource path="http-checker/"> - <doc title="responseType">default</doc> - - <doc xml:lang="en" title="name">HTTP Checker</doc> - - <doc title="mimetype">text/html</doc> - - <doc title="paramOutput">output</doc> - - <method name="GET" id="uriMethod"> - <doc title="inputMethod">URI</doc> - <doc title="inputParamName">ca_uri</doc> - <request> - <param name="ca_uri" type="xs:anyURI" style="plain" required="true" /> - <param name="output" fixed="ucn" required="true" style="plain"> - <option value="ucn" /> - </param> - </request> - </method> - </resource> - </resources> +<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://research.sun.com/wadl/2006/10 wadl.xsd" xmlns="http://research.sun.com/wadl/2006/10"> + <grammars/> + <resources base="http://validator.w3.org/"> + <resource path="http-checker/"> + <doc title="responseType">default</doc> + + <doc xml:lang="en" title="name">HTTP Checker</doc> + + <doc title="mimetype">text/html</doc> + + <doc title="paramOutput">output</doc> + + <method name="GET" id="uriMethod"> + <doc title="inputMethod">URI</doc> + <doc title="inputParamName">ca_uri</doc> + <request> + <param name="ca_uri" type="xs:anyURI" style="plain" required="true" /> + <param name="output" fixed="ucn" required="true" style="plain"> + <option value="ucn" /> + </param> + </request> + </method> + </resource> + </resources> </application>
Received on Wednesday, 2 October 2013 14:39:36 UTC