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

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 4789c47db1 Add missing `security.html` redirect
4789c47db1 is described below

commit 4789c47db133117a5d1e10138843d42f91709239
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 13 08:47:18 2024 +0200

    Add missing `security.html` redirect
---
 src/site/resources/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/resources/.htaccess b/src/site/resources/.htaccess
index c95fd8adc9..e9ebc5a607 100644
--- a/src/site/resources/.htaccess
+++ b/src/site/resources/.htaccess
@@ -65,6 +65,7 @@ RewriteRule "^manual/scala-api\.html$" 
"/log4j/scala/latest/index.html" [R=perma
 RewriteRule "^manual/usage\.html$" "manual/api.html" [R=permanent]
 RewriteRule "^manual/webapp\.html$" "jakarta.html" [R=permanent]
 RewriteRule "^runtime-dependencies\.html$" "manual/installation.html" 
[R=permanent]
+RewriteRule "^security\.html$" "/security.html" [R=permanent]
 RewriteRule "^thanks\.html$" "/support.html#sponsors" [R=permanent,NE]
 
 # These redirects are special, since:

Reply via email to