<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>953</bug_id>
          
          <creation_ts>2004-12-08 08:20:33 +0000</creation_ts>
          <short_desc>Getting nullpointer exception while validating the site</short_desc>
          <delta_ts>2005-07-22 10:04:07 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>Other</component>
          <version>CSS Validator</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Pinak">pvedalankar</reporter>
          <assigned_to name="Olivier Thereaux">ot</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2683</commentid>
    <comment_count>0</comment_count>
    <who name="Pinak">pvedalankar</who>
    <bug_when>2004-12-08 08:20:33 +0000</bug_when>
    <thetext>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 

Line: 34 
Uncaught error java.lang.NullPointerException 

Line: 35 
Uncaught error java.lang.NullPointerException 

Line: 36 
Uncaught error java.lang.NullPointerException 

Is this a bug in the java webserver where jigsaw is hosted for the validation 
or something that we need to change in the site to correct it.

Please let us ASAP.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>4991</commentid>
    <comment_count>1</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2005-07-20 09:38:54 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; I am trying to validate the site http://www.directgov.gov.uk through site 
&gt; http://jigsaw.w3.org/css-validator and I am getting following errors
&gt; 
&gt; Line: 32 
&gt; Uncaught error java.lang.NullPointerException 

Those errors are here because the remote server does not produce any content type.
&gt;wget -S -O /dev/null http://www.directgov.gov.uk/pages/css/core_modules.css
HTTP request sent, awaiting response... 200 OK
2 Server: &quot;&quot;
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, &quot;You can&apos;t import a document
with no Content-Type&quot;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>