[Bug 953] Getting nullpointer exception while validating the site

http://www.w3.org/Bugs/Public/show_bug.cgi?id=953





------- Additional Comments From ylafon@w3.org  2005-07-20 09:38 -------
(In reply to comment #0)
> I am trying to validate the site http://www.directgov.gov.uk through site 
> http://jigsaw.w3.org/css-validator and I am getting following errors
> 
> Line: 32 
> Uncaught error java.lang.NullPointerException 

Those errors are here because the remote server does not produce any content type.
>wget -S -O /dev/null http://www.directgov.gov.uk/pages/css/core_modules.css
HTTP request sent, awaiting response... 200 OK
2 Server: ""
3 Date: Wed, 20 Jul 2005 09:36:20 GMT
4 Content-length: 3674
5 Last-Modified: Fri, 04 Feb 2005 10:57:12 GMT
6 Accept-Ranges: bytes
7 Connection: close
8 

The code will be fix to report the proper output, "You can't import a document
with no Content-Type"

Received on Wednesday, 20 July 2005 09:39:02 UTC