This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 02d21de32c Try and keep attributes in alphabetical order
02d21de32c is described below
commit 02d21de32c34b8762233a63cdd3c663e946e8742
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Mar 9 09:38:29 2023 +0000
Try and keep attributes in alphabetical order
---
webapps/docs/config/valve.xml | 80 +++++++++++++++++++++----------------------
1 file changed, 40 insertions(+), 40 deletions(-)
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index fc27e20c40..0d13e839ff 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -1464,6 +1464,14 @@
<code>true</code> will be used.</p>
</attribute>
+ <attribute name="jaspicCallbackHandlerClass" required="false">
+ <p>Name of the Java class of the
+ <code>javax.security.auth.callback.CallbackHandler</code>
implementation
+ which should be used by JASPIC. If none is specified the default
+
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
+ will be used.</p>
+ </attribute>
+
<attribute name="securePagesWithPragma" required="false">
<p>Controls the caching of pages that are protected by security
constraints. Setting this to <code>false</code> may help work around
@@ -1519,14 +1527,6 @@
<code>true</code>.</p>
</attribute>
- <attribute name="jaspicCallbackHandlerClass" required="false">
- <p>Name of the Java class of the
- <code>javax.security.auth.callback.CallbackHandler</code>
implementation
- which should be used by JASPIC. If none is specified the default
-
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
- will be used.</p>
- </attribute>
-
</attributes>
</subsection>
@@ -1609,6 +1609,14 @@
<code>true</code> will be used.</p>
</attribute>
+ <attribute name="jaspicCallbackHandlerClass" required="false">
+ <p>Name of the Java class of the
+ <code>javax.security.auth.callback.CallbackHandler</code>
implementation
+ which should be used by JASPIC. If none is specified the default
+
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
+ will be used.</p>
+ </attribute>
+
<attribute name="key" required="false">
<p>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
@@ -1701,14 +1709,6 @@
authentication always fails.</p>
</attribute>
- <attribute name="jaspicCallbackHandlerClass" required="false">
- <p>Name of the Java class of the
- <code>javax.security.auth.callback.CallbackHandler</code>
implementation
- which should be used by JASPIC. If none is specified the default
-
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
- will be used.</p>
- </attribute>
-
</attributes>
</subsection>
@@ -1780,6 +1780,14 @@
<code>true</code> will be used.</p>
</attribute>
+ <attribute name="jaspicCallbackHandlerClass" required="false">
+ <p>Name of the Java class of the
+ <code>javax.security.auth.callback.CallbackHandler</code>
implementation
+ which should be used by JASPIC. If none is specified the default
+
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
+ will be used.</p>
+ </attribute>
+
<attribute name="landingPage" required="false">
<p>Controls the behavior of the FORM authentication process if the
process is misused, for example by directly requesting the login page
@@ -1842,14 +1850,6 @@
If not specified, the default value is <code>false</code>.</p>
</attribute>
- <attribute name="jaspicCallbackHandlerClass" required="false">
- <p>Name of the Java class of the
- <code>javax.security.auth.callback.CallbackHandler</code>
implementation
- which should be used by JASPIC. If none is specified the default
-
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
- will be used.</p>
- </attribute>
-
</attributes>
</subsection>
@@ -1921,6 +1921,14 @@
<code>true</code> will be used.</p>
</attribute>
+ <attribute name="jaspicCallbackHandlerClass" required="false">
+ <p>Name of the Java class of the
+ <code>javax.security.auth.callback.CallbackHandler</code>
implementation
+ which should be used by JASPIC. If none is specified the default
+
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
+ will be used.</p>
+ </attribute>
+
<attribute name="securePagesWithPragma" required="false">
<p>Controls the caching of pages that are protected by security
constraints. Setting this to <code>false</code> may help work around
@@ -1957,14 +1965,6 @@
specified, the platform default provider will be used.</p>
</attribute>
- <attribute name="jaspicCallbackHandlerClass" required="false">
- <p>Name of the Java class of the
- <code>javax.security.auth.callback.CallbackHandler</code>
implementation
- which should be used by JASPIC. If none is specified the default
-
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
- will be used.</p>
- </attribute>
-
</attributes>
</subsection>
@@ -2060,6 +2060,14 @@
<code>true</code> will be used.</p>
</attribute>
+ <attribute name="jaspicCallbackHandlerClass" required="false">
+ <p>Name of the Java class of the
+ <code>javax.security.auth.callback.CallbackHandler</code>
implementation
+ which should be used by JASPIC. If none is specified the default
+
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
+ will be used.</p>
+ </attribute>
+
<attribute name="loginConfigName" required="false">
<p>The name of the JAAS login configuration to be used to login as the
service. If not specified, the default of
@@ -2143,14 +2151,6 @@
will be used.</p>
</attribute>
- <attribute name="jaspicCallbackHandlerClass" required="false">
- <p>Name of the Java class of the
- <code>javax.security.auth.callback.CallbackHandler</code>
implementation
- which should be used by JASPIC. If none is specified the default
-
<code>org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl</code>
- will be used.</p>
- </attribute>
-
</attributes>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]