diff options
author | ville <ville@localhost> | 2005-04-28 06:13:22 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2005-04-28 06:13:22 +0000 |
commit | 53b4cb63e8c938a45511f7e916945978e0924196 (patch) | |
tree | 29c1edc8bc0d97e3a4e1c2e3863d460e82e474e5 /httpd/cgi-bin/check | |
parent | 8743184800dcaa0a45380787bedc2078651d7c1a (diff) | |
download | markup-validator-53b4cb63e8c938a45511f7e916945978e0924196.zip markup-validator-53b4cb63e8c938a45511f7e916945978e0924196.tar.gz markup-validator-53b4cb63e8c938a45511f7e916945978e0924196.tar.bz2 |
Add warning about OpenSP < 1.5.
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-x | httpd/cgi-bin/check | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 47f999b..eb5bdfe 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -9,7 +9,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.414 2005-04-09 17:31:42 ville Exp $ +# $Id: check,v 1.415 2005-04-28 06:13:22 ville Exp $ # # Disable buffering on STDOUT! @@ -220,7 +220,7 @@ Directory not readable (permission denied): @_r # # Strings - $VERSION = q$Revision: 1.414 $; + $VERSION = q$Revision: 1.415 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # @@ -595,6 +595,10 @@ sub parse (\$) { # # 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 |