Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B91EFE5A9 for ; Mon, 31 Dec 2012 17:19:03 +0000 (UTC) Received: (qmail 76890 invoked by uid 500); 31 Dec 2012 17:19:03 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76821 invoked by uid 500); 31 Dec 2012 17:19:03 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 76814 invoked by uid 99); 31 Dec 2012 17:19:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2012 17:19:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Mon, 31 Dec 2012 17:19:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 925C623889BB; Mon, 31 Dec 2012 17:18:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1427185 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml Date: Mon, 31 Dec 2012 17:18:42 -0000 To: cvs@httpd.apache.org From: gryzor@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121231171842.925C623889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gryzor Date: Mon Dec 31 17:18:42 2012 New Revision: 1427185 URL: http://svn.apache.org/viewvc?rev=1427185&view=rev Log: Added a tag for readability Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml?rev=1427185&r1=1427184&r2=1427185&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml Mon Dec 31 17:18:42 2012 @@ -662,7 +662,7 @@ parser hass been added in 2.4.4.The AuthFormDisableNoStore flag disables the sending of a Cache-Control no-store header with the error 401 page returned when the user is not yet logged in. The purpose of the header - is to make it difficult for an ecmascript application to attempt to resubmit the + is to make it difficult for an ecmascript application to attempt to resubmit the login form, and reveal the username and password to the backend application. Disable at your own risk.