This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6122 - Crash (ServletException: Timed out) on gzip'd CSS
Summary: Crash (ServletException: Timed out) on gzip'd CSS
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-29 07:33 UTC by Henrik Gemal
Modified: 2009-02-04 15:21 UTC (History)
1 user (show)

See Also:


Attachments

Description Henrik Gemal 2008-09-29 07:33:51 UTC
When trying to validate the following CSS URL:

http://browserspy.dk/gzip.php?css=1&x.css

I'm getting:

"Servlet has thrown exception:javax.servlet.ServletException: Timed out"

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fbrowserspy.dk%2Fgzip.php%3Fcss%3D1%26x.css
Comment 1 Katherine 2008-11-11 14:06:15 UTC
I am also getting this same response when trying to validate the CSS for 
<a href="http://www.stcwdc.org/">http://www.stcwdc.org/</a>

http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fwww.stcwdc.org%2F
Comment 2 Yves Lafon 2009-02-04 15:21:35 UTC
Fixed. Currently only with Gzip. (deflate-related classes are only in jdk1.6)