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 101 - Fixup error page for unsupported URI schemes
Summary: Fixup error page for unsupported URI schemes
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.1
Hardware: Other other
: P3 minor
Target Milestone: 0.6.2
Assignee: Terje Bless
QA Contact:
URL: http://validator.w3.org/check
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-02 16:16 UTC by Ville Skyttä
Modified: 2002-12-03 01:58 UTC (History)
0 users

See Also:


Attachments

Description Ville Skyttä 2002-12-02 16:16:38 UTC
The error page for unsupported URI schemes should not display only the options
part of the revalidation form.  Either display all of the form (my +1), or none
of it.

Reproducible in 0.6.1 eg. with surfing to <http://validator.w3.org/check>
Comment 1 Terje Bless 2002-12-02 20:58:54 UTC
This exception is thrown too early for us to output a complete Revalidate form.

I've changed the code so we can supress the form entirely in the exception
handler when it's called too early.