Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 63517 invoked from network); 24 Apr 2010 15:31:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Apr 2010 15:31:23 -0000 Received: (qmail 27149 invoked by uid 500); 24 Apr 2010 15:31:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 27106 invoked by uid 500); 24 Apr 2010 15:31:23 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 27099 invoked by uid 99); 24 Apr 2010 15:31:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Apr 2010 15:31:23 +0000 X-ASF-Spam-Status: No, hits=-1514.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Apr 2010 15:31:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CADDC2388A02; Sat, 24 Apr 2010 15:30:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r937634 - /couchdb/trunk/share/www/script/test/security_validation.js Date: Sat, 24 Apr 2010 15:30:40 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100424153040.CADDC2388A02@eris.apache.org> Author: jan Date: Sat Apr 24 15:30:40 2010 New Revision: 937634 URL: http://svn.apache.org/viewvc?rev=937634&view=rev Log: typos Modified: couchdb/trunk/share/www/script/test/security_validation.js Modified: couchdb/trunk/share/www/script/test/security_validation.js URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/test/security_validation.js?rev=937634&r1=937633&r2=937634&view=diff ============================================================================== --- couchdb/trunk/share/www/script/test/security_validation.js (original) +++ couchdb/trunk/share/www/script/test/security_validation.js Sat Apr 24 15:30:40 2010 @@ -13,7 +13,7 @@ couchTests.security_validation = function(debug) { // This tests couchdb's security and validation features. This does // not test authentication, except to use test authentication code made - // specifically for this testing. It is a WWWW-Authenticate scheme named + // specifically for this testing. It is a WWW-Authenticate scheme named // X-Couch-Test-Auth, and the user names and passwords are hard coded // on the server-side. // @@ -21,7 +21,7 @@ couchTests.security_validation = functio // implementation for Firefox and Safari, and probably other browsers are // broken (Firefox always prompts the user on 401 failures, Safari gives // odd security errors when using different name/passwords, perhaps due - // to cross site scripting prevention). These problems essentially make Basic + // to cross site scripting prevention). These problems essentially make Basic // authentication testing in the browser impossible. But while hard to // test automated in the browser, Basic auth may still useful for real // world use where these bugs/behaviors don't matter.