- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 19 Aug 2004 08:22:31 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=842
Summary: Cannot submit pages requiring authentication via referer
Product: CSSValidator
Version: CSS Validator
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: CSS 1.0
AssignedTo: ot@w3.org
ReportedBy: geoff@tabbron.com
QAContact: www-validator-cvs@w3.org
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>.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Thursday, 19 August 2004 08:22:31 UTC