You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/07/19 19:10:11 UTC

[nifi-site] branch main-staging updated (2a179bf -> 6cef403)

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

exceptionfactory pushed a change to branch main-staging
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


 discard 2a179bf  NIFI-9802 Added RedirectMatch for component documentation
     new 6cef403  NIFI-9802 Added RedirectMatch for component documentation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2a179bf)
            \
             N -- N -- N   refs/heads/main-staging (6cef403)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[nifi-site] 01/01: NIFI-9802 Added RedirectMatch for component documentation

Posted by ex...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main-staging
in repository https://gitbox.apache.org/repos/asf/nifi-site.git

commit 6cef4035b8589705bd16bdd60c2e389513835def
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jul 19 13:56:42 2022 -0500

    NIFI-9802 Added RedirectMatch for component documentation
---
 static/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/static/.htaccess b/static/.htaccess
index 4e4b6f8..d287058 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -8,6 +8,9 @@ AddType  application/owl+xml     .owl
 AddType  text/trig               .trig
 AddType  application/n-quads     .nq
 
+# Redirect component documentation to latest version
+RedirectMatch 302 ^/docs/nifi-docs/components/org\.apache\.nifi/([^/]+)/[^/]+/(.*) "https://%{HTTP_HOST}/docs/nifi-docs/components/org.apache.nifi/$1/1.16.3/$2"
+
 RewriteEngine on
 # Switch http to https
 RewriteCond     %{HTTPS} !=on