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 842 - Cannot submit pages requiring authentication via referer
Summary: Cannot submit pages requiring authentication via referer
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 1.0 (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 04:22 UTC by Geoff Tabbron
Modified: 2005-08-23 09:41 UTC (History)
0 users

See Also:


Attachments

Description Geoff Tabbron 2004-08-19 04:22:29 UTC
Including a link to <http://jigsaw.w3.org/css-validator/check/referer> in a web
page will validate that page's CSS when the link is followed, based on the
refered URL provided by the user's web browser.

However, if access to the page is restricted using basic server authentication
(i.e. requires a user name and password), then the following error message is
received when following the above link on the page:

  'I/O Error: Basic realm="[realm of refered document]"'

The submitter is not prompted to enter any authentication details prior to
receiving the error message.

The validator can handle pages requiring authentication when submitted directly
using a URL of the form <http://jigsaw.w3.org/css-validator/validator?uri=[URL
of document to validate]> or manually via the web form interface -- in these
cases, the submitter is prompted to enter authentication details prior to the
page being validated, as expected.

Note that the markup validator can handle documents requiring authentication
that are submitted via a refered URL using the link
<http://validator.w3.org/check/referer>.
Comment 1 Yves Lafon 2005-08-23 09:41:18 UTC
Fixed with the new version of the "check" servlet (it now redirects to the main
CSS Validator servlet)