<?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>5648</bug_id>
          
          <creation_ts>2008-04-21 02:26:02 +0000</creation_ts>
          <short_desc>Handle gzip content-encoded content</short_desc>
          <delta_ts>2009-04-09 19:21:26 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>LinkChecker</product>
          <component>checklink</component>
          <version>4.3</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>enhancement</bug_severity>
          <target_milestone>4.4</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Olivier Thereaux">ot</reporter>
          <assigned_to name="Ville Skyttä">ville.skytta</assigned_to>
          <cc>bugzilla</cc>
    
    <cc>gonzo1lee</cc>
          
          <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>19892</commentid>
    <comment_count>0</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2008-04-21 02:26:02 +0000</bug_when>
    <thetext>In current checklink code:

 my $ce = $response-&gt;header(&apos;Content-Encoding&apos;);
 ...
 elsif (defined($ce) &amp;&amp; $ce ne &apos;identity&apos;) {
    # @@@ We could maybe handle gzip...
    $failed_reason = &quot;Content-Encoding for &lt;$request_uri&gt; is &apos;$ce&apos;&quot;;
  }

Indeed, we could handle gzip. Recording this as an RFE.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19893</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2008-04-21 07:13:12 +0000</bug_when>
    <thetext>Done in CVS, will be in 4.4.

http://dev.w3.org/cvsweb/perl/modules/W3C/LinkChecker/bin/checklink.diff?r1=4.98&amp;r2=4.99</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22043</commentid>
    <comment_count>2</comment_count>
    <who name="Henrik Gemal">bugzilla</who>
    <bug_when>2008-09-25 11:58:55 +0000</bug_when>
    <thetext>I&apos;m wondering when this will his the production site?

it still crashes on this http://browserspy.dk/gzip.php?css=1&amp;x.css

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fbrowserspy.dk%2Fgzip.php%3Fcss%3D1%26x.css&amp;profile=css21&amp;usermedium=all&amp;warning=1&amp;lang=en

&quot;Servlet has thrown exception:javax.servlet.ServletException: Timed out&quot;
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22046</commentid>
    <comment_count>3</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2008-09-25 17:41:47 +0000</bug_when>
    <thetext>The URL you posted points to the CSS validator, this bug is about the link checker.  The link checker fix is not in production yet though, but I suppose it won&apos;t take too long any more for it to make it there.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24639</commentid>
    <comment_count>4</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-04-09 19:21:26 +0000</bug_when>
    <thetext>In production now.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>