- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Apr 2005 06:13:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv30800/httpd/cgi-bin
Modified Files:
check
Log Message:
Add warning about OpenSP < 1.5.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -d -r1.414 -r1.415
--- check 9 Apr 2005 17:31:42 -0000 1.414
+++ check 28 Apr 2005 06:13:22 -0000 1.415
@@ -595,6 +595,10 @@
#
# By default, use SGML catalog file and SGML Declaration.
my $catalog = File::Spec->catfile($CFG->{Paths}->{SGML}->{Library}, 'sgml.soc');
+ #
+ # Note: if you feel the urge to remove -R from here, please understand that
+ # doing so opens a potential security hole. Don't do that; instead just
+ # make sure you're running OpenSP 1.5 or later.
my @spopt = qw(
-R
-wvalid
Received on Thursday, 28 April 2005 06:13:30 UTC