Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B3DD10667 for ; Sun, 14 Dec 2014 12:37:16 +0000 (UTC) Received: (qmail 49925 invoked by uid 500); 14 Dec 2014 12:37:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 49843 invoked by uid 500); 14 Dec 2014 12:37:16 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 49833 invoked by uid 99); 14 Dec 2014 12:37:16 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Dec 2014 12:37:16 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6ABFEAC0917 for ; Sun, 14 Dec 2014 12:37:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1645450 - /tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Date: Sun, 14 Dec 2014 12:37:14 -0000 To: dev@tomcat.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141214123715.6ABFEAC0917@hades.apache.org> Author: markt Date: Sun Dec 14 12:37:14 2014 New Revision: 1645450 URL: http://svn.apache.org/r1645450 Log: CTR Docs update Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57348 Remove references to DIGEST auth config attributes from BASIC auth docs. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml?rev=1645450&r1=1645449&r2=1645450&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Sun Dec 14 12:37:14 2014 @@ -527,12 +527,6 @@ used.

- -

To protect against replay attacks, the DIGEST authenticator tracks - client nonce and nonce count values. This attribute controls the size - of that cache. If not specified, the default value of 1000 is used.

-
-

Controls the caching of pages that are protected by security constraints. Setting this to false may help work around @@ -543,26 +537,6 @@ true will be used.

- -

The secret key used by digest authentication. If not set, a secure - random value is generated. This should normally only be set when it is - necessary to keep key values constant either across server restarts - and/or across a cluster.

-
- - -

The time, in milliseconds, that a server generated nonce will be - considered valid for use in authentication. If not specified, the - default value of 300000 (5 minutes) will be used.

-
- - -

The opaque server string used by digest authentication. If not set, a - random value is generated. This should normally only be set when it is - necessary to keep opaque values constant either across server restarts - and/or across a cluster.

-
-

Controls the caching of pages that are protected by security constraints. Setting this to false may help work around @@ -572,14 +546,6 @@ If not set, the default value of true will be used.

- -

Should the URI be validated as required by RFC2617? If not specified, - the default value of true will be used. This should - normally only be set when Tomcat is located behind a reverse proxy and - the proxy is modifying the URI passed to Tomcat such that DIGEST - authentication always fails.

-
- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org