This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 2.x-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x-site-stg-out by this push:
     new f8a83d5118 Add website content generated from 
`676f03a4c4ff9ae81d7a0422468d2addfcf36d60`
f8a83d5118 is described below

commit f8a83d51187d44d5ee2d9dff7335b3992727ebbc
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri May 24 21:13:40 2024 +0000

    Add website content generated from 
`676f03a4c4ff9ae81d7a0422468d2addfcf36d60`
---
 .htaccess             |  68 -------------------------
 plugin-reference.html |   2 +-
 sitemap.xml           | 134 +++++++++++++++++++++++++-------------------------
 3 files changed, 68 insertions(+), 136 deletions(-)

diff --git a/.htaccess b/.htaccess
deleted file mode 100644
index 47f907b75d..0000000000
--- a/.htaccess
+++ /dev/null
@@ -1,68 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-RewriteEngine On
-RewriteBase "/log4j/2.x/"
-
-##
-# To simplify the redirection rules, we normalized them:
-#
-# 1. If the request URIs ends in `/` (necessarily a `path-info`), we add 
`index.html` to it:
-RewriteRule "^(.*)/$" "$1/index.html" [DPI]
-# 2. If the request URI points to a (non-existent) file, we try adding `.html`:
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond $1 "!\.html$"
-RewriteRule "^(.+)$" "$1.html"
-#
-# From this point rules match against the URI to the real file, with 
"/log4j/2.x/" stripped.
-
-# The content moved between pages
-RewriteRule "^log4j-core/apidocs(.*)$" "javadoc/log4j-core$1" [R=permanent]
-RewriteRule "^manual/api-separation\.html$" "manual/api.html" [R=permanent]
-RewriteRule "^manual/scala-api\.html$" "/log4j/scala/index.html" [R=permanent]
-RewriteRule "^manual/usage\.html$" "manual/api.html" [R=permanent]
-RewriteRule "^release-notes/index\.html$" "release-notes.html" [R=permanent]
-RewriteRule "^runtime-dependencies\.html$" "manual/installation.html" 
[R=permanent]
-
-# These redirects are special, since:
-#
-# 1. `mod_negotiate` is active and it is applied before `mod_rewrite`,
-# 2. we replaced a directory like `log4j-api/` with a file that has the same 
prefix like `log4j-api.html`,
-#
-# if the URI path is `/log4j/2.x/log4j-api/foo` we must match 
`log4j-api.html/foo`.
-RewriteRule "^log4j-1\.2-api\.html/index\.html$" "log4j-1.2-api.html" 
[R=permanent]
-RewriteRule "^log4j-api\.html/apidocs(.*)$" "javadoc/log4j-api$1" [R=permanent]
-RewriteRule "^log4j-api\.html/index\.html" "log4j-api.html" [R=permanent]
-RewriteRule "^log4j-appserver\.html/index\.html$" "log4j-appserver.html" 
[R=permanent]
-RewriteRule "^log4j-cassandra\.html/index\.html$" "log4j-cassandra.html" 
[R=permanent]
-RewriteRule "^log4j-couchdb\.html/index\.html$" "log4j-couchdb.html" 
[R=permanent]
-RewriteRule "^log4j-docker\.html/index\.html$" "log4j-docker.html" 
[R=permanent]
-RewriteRule "^log4j-flume-ng\.html/index\.html$" "log4j-flume-ng.html" 
[R=permanent]
-RewriteRule "^log4j-iostreams\.html/index\.html$" "log4j-iostreams.html" 
[R=permanent]
-RewriteRule "^log4j-jakarta-web\.html/index\.html$" "log4j-jakarta-web.html" 
[R=permanent]
-RewriteRule "^log4j-jcl\.html/index\.html$" "log4j-jcl.html" [R=permanent]
-RewriteRule "^log4j-jmx-gui\.html/index\.html$" "log4j-jmx-gui.html" 
[R=permanent]
-RewriteRule "^log4j-jpl\.html/index\.html$" "log4j-jpl.html" [R=permanent]
-RewriteRule "^log4j-jul\.html/index\.html$" "log4j-jul.html" [R=permanent]
-RewriteRule "^log4j-mongodb3\.html/index\.html$" "log4j-mongodb3.html" 
[R=permanent]
-RewriteRule "^log4j-mongodb4\.html/index\.html$" "log4j-mongodb4.html" 
[R=permanent]
-RewriteRule "^log4j-slf4j-impl\.html/index\.html$" "log4j-slf4j-impl.html" 
[R=permanent]
-RewriteRule "^log4j-slf4j2-impl\.html/index\.html$" "log4j-slf4j2-impl.html" 
[R=permanent]
-RewriteRule "^log4j-spring-boot\.html/index\.html$" "log4j-spring-boot.html" 
[R=permanent]
-RewriteRule "^log4j-spring-cloud-config\.html/index\.html$" 
"log4j-spring-cloud-config.html" [R=permanent]
-RewriteRule "^log4j-spring-cloud-config-client\.html/index\.html$" 
"log4j-spring-cloud-config-client.html" [R=permanent]
diff --git a/plugin-reference.html b/plugin-reference.html
index a5c25aa34b..d98f5e365a 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1425,7 +1425,7 @@ Originally developed by Ceki Glc and Anders 
Kristensen.</p>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>header</code></p></td>
-<td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>boolean?</code></p></td>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>String?</code></p></td>
 <td class="tableblock halign-left valign-top"></td>
 <td class="tableblock halign-left valign-top"><div class="content"></div></td>
 </tr>
diff --git a/sitemap.xml b/sitemap.xml
index 5b4a47b04f..c8b39e3cb9 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,270 +2,270 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/articles.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/getting-started.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-1.2-api.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-api.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jcl.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jmx-gui.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jpl.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-mongodb3.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-mongodb4.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-to-slf4j.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/2.x/thanks.html</loc>
-<lastmod>2024-05-24T18:55:48.167Z</lastmod>
+<lastmod>2024-05-24T21:13:17.754Z</lastmod>
 </url>
 </urlset>

Reply via email to