validator/htdocs/config validator.conf,1.24,1.24.2.1

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv4920/htdocs/config

Modified Files:
      Tag: validator-0_7-branch
	validator.conf 
Log Message:
Plugging the (old, unused? so far) option to enable/disable the soap output
to the actual API. Changing default to enabled in config file, maintainers
wishing to disable can now use the directive in configuration file, and 
validator would then return 503 service not available to output=soap12 requests.




Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -u -d -r1.24 -r1.24.2.1
--- validator.conf	8 Jul 2005 08:31:09 -0000	1.24
+++ validator.conf	10 Nov 2006 02:51:49 -0000	1.24.2.1
@@ -52,8 +52,9 @@
 Allow Private IPs = no
 
 #
-# Whether the (highly experimental!) SOAP support should be enabled.
-Enable SOAP = no
+# Enable (or not) the web service API for this validator
+# see http://validator.w3.org/docs/api.html
+Enable SOAP = yes
 
 #
 # Whether the validator will check its own output.

Received on Friday, 10 November 2006 02:51:54 UTC