- From: <bugzilla@jessica.w3.org>
- Date: Thu, 27 Oct 2011 19:39:48 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10174 --- Comment #3 from Michael[tm] Smith <mike@w3.org> 2011-10-27 19:39:47 UTC --- Ville, So I have now tried this using curl with the REST interface to a validator.nu instance on one of the W3C validator hosts, but I have not been able to reproduce it. The curl command I'm using is this: curl -F file=@utf-8-validation.html http://localhost:8888 (where utf-8-validation.html is a local copy of the problem file) That produces HTML output with a message saying, "The document validates according to the specified schema(s) and to additional constraints checked by the validator." Also, just to get briefer output, I tried it with: curl -F out=gnu -F file=@utf-8-validation.html http://localhost:8888 (that is, with the "gnu" output format specified) That produces not error messages (just two expected "info" messages). So as near as I can tell thus far, the problem does not seem to be caused by anything in the validator.nu REST interface. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 27 October 2011 19:39:49 UTC