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 5951 - Incorrect HTTP headers served for client and server errors
Summary: Incorrect HTTP headers served for client and server errors
Status: RESOLVED FIXED
Alias: None
Product: Test Harness for Browser testing
Classification: Unclassified
Component: Core (show other bugs)
Version: unspecified
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: David Berfanger
QA Contact: Dominique Hazael-Massieux
URL: http://www.w3.org/2008/07/test-harnes...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 18:12 UTC by David Berfanger
Modified: 2008-08-12 18:48 UTC (History)
0 users

See Also:


Attachments

Description David Berfanger 2008-08-12 18:12:50 UTC
When a user provides incorrect URL or if there is an internal server error, the test harness does not signal these states correctly in the returned output.
Comment 1 David Berfanger 2008-08-12 18:48:58 UTC
Changed class.dynamic_page.phi to serve both client and server error codes.

adapted results.php, review.php, submit,php, testcase.php, testsuite.php to use these changes.