Re: validator/httpd/cgi-bin check,1.556,1.557

Hi Olivier,

On Wednesday 22 August 2007, you wrote:

> * silencing some debug output 
[...]
> @@ -2546,9 +2546,9 @@
>    # beyond EOL.  If you see this warning in your web server logs, please
>    # let the validator developers know, see
> http://validator.w3.org/feedback.html if ((my $l =
> length($File->{Content}->[$err->{line}-1])) < $err->{char}) { -   
> warn("Warning: reported error column larger than line length " . -        
> "($err->{char} > $l) in $File->{URI} line $err->{line}, " . -        
> "OpenSP bug? Resetting to line length.");
> +    #warn("Warning: reported error column larger than line length " .
> +    #     "($err->{char} > $l) in $File->{URI} line $err->{line}, " .
> +    #     "OpenSP bug? Resetting to line length.");
>      $err->{char} = $l;
>    }

Do you actually see these messages in the v.w.o logs?  This message was added 
IIRC on Terje's request hoping that a reproducer will be found and can thus 
possibly be fixed in OpenSP.  Without the message, finding a reproducer will 
be much harder...

Received on Wednesday, 22 August 2007 15:06:40 UTC